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 limit for your account. Please contact AWS Support at [AWS Support] to request a limit increase.

[1]: aws.amazon.com/support

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6679
6680
6681
6682
# File 'lib/aws-sdk-dynamodb/types.rb', line 6679

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