@Generated(value="software.amazon.awssdk:codegen") public final class ServiceLimitExceededException extends FSxException implements ToCopyableBuilder<ServiceLimitExceededException.Builder,ServiceLimitExceededException>
An error indicating that a particular service limit was exceeded. You can increase some service limits by contacting Amazon Web Services Support.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceLimitExceededException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceLimitExceededException.Builder |
builder() |
ServiceLimit |
limit()
Enumeration of the service limit that was exceeded.
|
String |
limitAsString()
Enumeration of the service limit that was exceeded.
|
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 FSxExceptionpublic static ServiceLimitExceededException.Builder builder()
public static Class<? extends ServiceLimitExceededException.Builder> serializableBuilderClass()
public ServiceLimit limit()
Enumeration of the service limit that was exceeded.
If the service returns an enum value that is not available in the current SDK version, limit will return
ServiceLimit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
limitAsString().
ServiceLimitpublic String limitAsString()
Enumeration of the service limit that was exceeded.
If the service returns an enum value that is not available in the current SDK version, limit will return
ServiceLimit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
limitAsString().
ServiceLimitCopyright © 2023. All rights reserved.