Class: Aws::Lambda::Types::EFSIOException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

An error occurred when reading from or writing to a connected file system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1631
1632
1633
1634
1635
1636
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1631

class EFSIOException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


1631
1632
1633
1634
1635
1636
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1631

class EFSIOException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end