Class: Aws::Lambda::Types::EFSMountTimeoutException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::EFSMountTimeoutException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lambda/types.rb
 
Overview
The Lambda function made a network connection to the configured file system, but the mount operation timed out.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      1716 1717 1718 1719 1720 1721  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 1716 class EFSMountTimeoutException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
      1716 1717 1718 1719 1720 1721  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 1716 class EFSMountTimeoutException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  |