Class: Aws::DynamoDB::Types::RequestLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::RequestLimitExceeded
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Throughput exceeds the current throughput quota for your account. Please contact [Amazon Web Services Support] to request a quota increase.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7648 7649 7650 7651 7652 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7648 class RequestLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |