@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 limit that was reached.
|
String |
limitNameAsString()
The name of the limit that was reached.
|
Double |
limitValue()
The value of the exceeded limit.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceLimitExceededException.Builder> |
serializableBuilderClass() |
ServiceLimitExceededException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic ServiceLimitExceededException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceLimitExceededException.Builder,ServiceLimitExceededException>toBuilder in class DataExchangeExceptionpublic static ServiceLimitExceededException.Builder builder()
public static Class<? extends ServiceLimitExceededException.Builder> serializableBuilderClass()
public LimitName limitName()
The name of the limit that was reached.
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().
LimitNamepublic String limitNameAsString()
The name of the limit that was reached.
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().
LimitNamepublic Double limitValue()
The value of the exceeded limit.
Copyright © 2023. All rights reserved.