Class: Aws::Lambda::Types::EFSMountConnectivityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::EFSMountConnectivityException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
The Lambda function couldn’t make a network connection to the configured file system.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-lambda/types.rb', line 1717 class EFSMountConnectivityException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-lambda/types.rb', line 1717 class EFSMountConnectivityException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |