Class: Aws::SNS::Errors::KMSThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SNS::Errors::KMSThrottlingException
- Defined in:
- lib/aws-sdk-sns/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.
346 347 348 |
# File 'lib/aws-sdk-sns/errors.rb', line 346 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
351 352 353 |
# File 'lib/aws-sdk-sns/errors.rb', line 351 def @message || @data[:message] end |