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 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
1520 1521 1522 1523 1524 1525 |
# File 'lib/aws-sdk-lambda/types.rb', line 1520 class EFSMountConnectivityException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1520 1521 1522 1523 1524 1525 |
# File 'lib/aws-sdk-lambda/types.rb', line 1520 class EFSMountConnectivityException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |