Class: Aws::Lambda::Types::EFSIOException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::EFSIOException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
1678 1679 1680 1681 1682 1683 |
# File 'lib/aws-sdk-lambda/types.rb', line 1678 class EFSIOException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1678 1679 1680 1681 1682 1683 |
# File 'lib/aws-sdk-lambda/types.rb', line 1678 class EFSIOException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |