@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 Throughput to Provisioned Throughput mode. Try again later.
| 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() |
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 InsufficientThroughputCapacityException.Builder toBuilder()
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 © 2023. All rights reserved.