@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, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public ServiceLimitExceededException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<ServiceLimitExceededException.Builder,ServiceLimitExceededException>
toBuilder
in class FSxException
public 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()
.
ServiceLimit
public 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()
.
ServiceLimit
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.