Class: Aws::SNS::Errors::KMSDisabledException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SNS::Errors::KMSDisabledException
- Defined in:
- lib/aws-sdk-sns/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ KMSDisabledException
constructor
A new instance of KMSDisabledException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ KMSDisabledException
Returns a new instance of KMSDisabledException.
286 287 288 |
# File 'lib/aws-sdk-sns/errors.rb', line 286 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
291 292 293 |
# File 'lib/aws-sdk-sns/errors.rb', line 291 def @message || @data[:message] end |