@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, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic InsufficientThroughputCapacityException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<InsufficientThroughputCapacityException.Builder,InsufficientThroughputCapacityException>toBuilder in class EfsExceptionpublic static InsufficientThroughputCapacityException.Builder builder()
public static Class<? extends InsufficientThroughputCapacityException.Builder> serializableBuilderClass()
public String errorCode()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.