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
1732 1733 1734 1735 1736 1737 |
# File 'lib/aws-sdk-lambda/types.rb', line 1732 class EFSMountTimeoutException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1732 1733 1734 1735 1736 1737 |
# File 'lib/aws-sdk-lambda/types.rb', line 1732 class EFSMountTimeoutException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |