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 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
1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-lambda/types.rb', line 1546 class EFSMountFailureException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-lambda/types.rb', line 1546 class EFSMountFailureException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |