@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 AWS 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()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic ServiceLimitExceededException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.