Class: Aws::DynamoDB::Errors::RequestLimitExceeded

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-dynamodb/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RequestLimitExceeded

Returns a new instance of RequestLimitExceeded.

Parameters:



450
451
452
# File 'lib/aws-sdk-dynamodb/errors.rb', line 450

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


455
# File 'lib/aws-sdk-dynamodb/errors.rb', line 455

def message: () -> ::String

#throttling_reasonsString

Returns:

  • (String)


460
# File 'lib/aws-sdk-dynamodb/errors.rb', line 460

def throttling_reasons: () -> ::String