@Generated(value="software.amazon.awssdk:codegen") public final class InsufficientThroughputCapacityException extends EfsException implements ToCopyableBuilder<InsufficientThroughputCapacityException.Builder,InsufficientThroughputCapacityException>
Returned if there's not enough capacity to provision additional throughput. This value might be returned when you try to create a file system in provisioned throughput mode, when you attempt to increase the provisioned throughput of an existing file system, or when you attempt to change an existing file system from bursting to provisioned throughput mode.
Modifier and Type | Class and Description |
---|---|
static interface |
InsufficientThroughputCapacityException.Builder |
Modifier and Type | Method and Description |
---|---|
static InsufficientThroughputCapacityException.Builder |
builder() |
String |
errorCode()
Returns the value of the ErrorCode property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InsufficientThroughputCapacityException.Builder> |
serializableBuilderClass() |
InsufficientThroughputCapacityException.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 InsufficientThroughputCapacityException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<InsufficientThroughputCapacityException.Builder,InsufficientThroughputCapacityException>
toBuilder
in class EfsException
public static InsufficientThroughputCapacityException.Builder builder()
public static Class<? extends InsufficientThroughputCapacityException.Builder> serializableBuilderClass()
public String errorCode()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.