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)


7245
7246
7247
7248
7249
# File 'lib/aws-sdk-dynamodb/types.rb', line 7245

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