@Generated(value="software.amazon.awssdk:codegen") public final class ServiceLimitExceededException extends DataExchangeException implements ToCopyableBuilder<ServiceLimitExceededException.Builder,ServiceLimitExceededException>
The request has exceeded the quotas imposed by the service.
Modifier and Type | Class and Description |
---|---|
static interface |
ServiceLimitExceededException.Builder |
Modifier and Type | Method and Description |
---|---|
static ServiceLimitExceededException.Builder |
builder() |
LimitName |
limitName()
The name of the quota that was exceeded.
|
String |
limitNameAsString()
The name of the quota that was exceeded.
|
Double |
limitValue()
The maximum value for the service-specific limit.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceLimitExceededException.Builder> |
serializableBuilderClass() |
ServiceLimitExceededException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public ServiceLimitExceededException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ServiceLimitExceededException.Builder,ServiceLimitExceededException>
toBuilder
in class DataExchangeException
public static ServiceLimitExceededException.Builder builder()
public static Class<? extends ServiceLimitExceededException.Builder> serializableBuilderClass()
public LimitName limitName()
The name of the quota that was exceeded.
If the service returns an enum value that is not available in the current SDK version, limitName
will
return LimitName.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
limitNameAsString()
.
LimitName
public String limitNameAsString()
The name of the quota that was exceeded.
If the service returns an enum value that is not available in the current SDK version, limitName
will
return LimitName.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
limitNameAsString()
.
LimitName
public Double limitValue()
The maximum value for the service-specific limit.
Copyright © 2021. All rights reserved.