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
1714 1715 1716 1717 1718 1719 |
# File 'lib/aws-sdk-lambda/types.rb', line 1714 class EFSMountFailureException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1714 1715 1716 1717 1718 1719 |
# File 'lib/aws-sdk-lambda/types.rb', line 1714 class EFSMountFailureException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |