Class: Aws::Lambda::Errors::KMSInvalidStateException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Lambda::Errors::KMSInvalidStateException
- Defined in:
- sig/errors.rbs,
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.
683 684 685 |
# File 'lib/aws-sdk-lambda/errors.rb', line 683 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
693 |
# File 'lib/aws-sdk-lambda/errors.rb', line 693
def message: () -> ::String
|
#type ⇒ String
688 |
# File 'lib/aws-sdk-lambda/errors.rb', line 688
def type: () -> ::String
|