Class InsufficientThroughputCapacityException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<InsufficientThroughputCapacityException.Builder,InsufficientThroughputCapacityException>

@Generated("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.

See Also: