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
2480 2481 2482 2483 2484 2485 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2480 class EFSIOException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
2480 2481 2482 2483 2484 2485 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2480 class EFSIOException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |