Class: Aws::DynamoDB::Errors::RequestLimitExceeded
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::DynamoDB::Errors::RequestLimitExceeded
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RequestLimitExceeded
constructor
A new instance of RequestLimitExceeded.
-
#message ⇒ String
-
#throttling_reasons ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RequestLimitExceeded
Returns a new instance of RequestLimitExceeded.
450 451 452 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb', line 450 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
455 456 457 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb', line 455 def @message || @data[:message] end |
#throttling_reasons ⇒ String
460 461 462 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb', line 460 def throttling_reasons @data[:throttling_reasons] end |