Class: Aws::DynamoDB::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::DynamoDB::Errors::ThrottlingException
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
-
#message ⇒ String
-
#throttling_reasons ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
545 546 547 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb', line 545 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
550 551 552 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb', line 550 def @message || @data[:message] end |
#throttling_reasons ⇒ String
555 556 557 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb', line 555 def throttling_reasons @data[:throttling_reasons] end |