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