Class ProvisionedThroughputExceededException

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

@Generated("software.amazon.awssdk:codegen") public final class ProvisionedThroughputExceededException extends DynamoDbException implements ToCopyableBuilder<ProvisionedThroughputExceededException.Builder,ProvisionedThroughputExceededException>

Your request rate is too high. The Amazon Web Services SDKs for DynamoDB automatically retry requests that receive this exception. Your request is eventually successful, unless your retry queue is too large to finish. Reduce the frequency of requests and use exponential backoff. For more information, go to Error Retries and Exponential Backoff in the Amazon DynamoDB Developer Guide.

See Also: