Class: Aws::Lambda::Errors::KMSInvalidStateException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::KMSInvalidStateException
- Defined in:
- lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ KMSInvalidStateException
constructor
A new instance of KMSInvalidStateException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ KMSInvalidStateException
Returns a new instance of KMSInvalidStateException.
485 486 487 |
# File 'lib/aws-sdk-lambda/errors.rb', line 485 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
495 496 497 |
# File 'lib/aws-sdk-lambda/errors.rb', line 495 def @message || @data[:message] end |
#type ⇒ String
490 491 492 |
# File 'lib/aws-sdk-lambda/errors.rb', line 490 def type @data[:type] end |