Class: Aws::DynamoDB::Types::RequestLimitExceeded

Inherits:
Struct
  • Object
show all
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.

[1]: aws.amazon.com/support

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7469
7470
7471
7472
7473
# File 'lib/aws-sdk-dynamodb/types.rb', line 7469

class RequestLimitExceeded < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end