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
1688 1689 1690 1691 1692 1693 |
# File 'lib/aws-sdk-lambda/types.rb', line 1688 class EFSMountFailureException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1688 1689 1690 1691 1692 1693 |
# File 'lib/aws-sdk-lambda/types.rb', line 1688 class EFSMountFailureException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |