Class: Aws::Lambda::Types::EFSIOException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::EFSIOException
- 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
#message ⇒ String
1662 1663 1664 1665 1666 1667 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1662 class EFSIOException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1662 1663 1664 1665 1666 1667 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1662 class EFSIOException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |