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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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

#messageString

Returns:

  • (String)


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

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