Class: Aws::Lambda::Types::EFSMountFailureException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::EFSMountFailureException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lambda/types.rb
 
Overview
The Lambda function couldn’t mount the configured file system due to a permission or configuration issue.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      1698 1699 1700 1701 1702 1703  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 1698 class EFSMountFailureException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
      1698 1699 1700 1701 1702 1703  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 1698 class EFSMountFailureException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  |