Class: Aws::Lambda::Errors::EFSIOException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-lambda/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EFSIOException

Returns a new instance of EFSIOException.

Parameters:



363
364
365
# File 'lib/aws-sdk-lambda/errors.rb', line 363

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


373
# File 'lib/aws-sdk-lambda/errors.rb', line 373

def message: () -> ::String

#typeString

Returns:

  • (String)


368
# File 'lib/aws-sdk-lambda/errors.rb', line 368

def type: () -> ::String