Class: Aws::States::Errors::KmsThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::States::Errors::KmsThrottlingException
- Defined in:
- lib/aws-sdk-states/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ KmsThrottlingException
constructor
A new instance of KmsThrottlingException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ KmsThrottlingException
Returns a new instance of KmsThrottlingException.
380 381 382 |
# File 'lib/aws-sdk-states/errors.rb', line 380 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
385 386 387 |
# File 'lib/aws-sdk-states/errors.rb', line 385 def @message || @data[:message] end |