Class: Aws::DynamoDB::Types::ProvisionedThroughputExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ProvisionedThroughputExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
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*.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
You exceeded your maximum allowed provisioned throughput.
Instance Attribute Details
permalink #message ⇒ String
You exceeded your maximum allowed provisioned throughput.
6205 6206 6207 6208 6209 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 6205 class ProvisionedThroughputExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |