Class: Aws::States::Errors::KmsAccessDeniedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::States::Errors::KmsAccessDeniedException
- Defined in:
- lib/aws-sdk-states/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ KmsAccessDeniedException
constructor
A new instance of KmsAccessDeniedException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ KmsAccessDeniedException
Returns a new instance of KmsAccessDeniedException.
345 346 347 |
# File 'lib/aws-sdk-states/errors.rb', line 345 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
350 351 352 |
# File 'lib/aws-sdk-states/errors.rb', line 350 def @message || @data[:message] end |