Class: Aws::Lambda::Errors::ModeNotSupportedException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Lambda::Errors::ModeNotSupportedException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ModeNotSupportedException
constructor
A new instance of ModeNotSupportedException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ModeNotSupportedException
Returns a new instance of ModeNotSupportedException.
723 724 725 |
# File 'lib/aws-sdk-lambda/errors.rb', line 723 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
733 |
# File 'lib/aws-sdk-lambda/errors.rb', line 733
def message: () -> ::String
|
#type ⇒ String
728 |
# File 'lib/aws-sdk-lambda/errors.rb', line 728
def type: () -> ::String
|