Class: Aws::DynamoDB::Types::ProvisionedThroughputExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Your request rate is too high. The AWS 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*.

[1]: docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

You exceeded your maximum allowed provisioned throughput.

Returns:

  • (String)


4663
4664
4665
4666
# File 'lib/aws-sdk-dynamodb/types.rb', line 4663

class ProvisionedThroughputExceededException < Struct.new(
  :message)
  include Aws::Structure
end