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