Class: Aws::Lambda::Types::EFSMountConnectivityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::EFSMountConnectivityException
- Defined in:
- gems/aws-sdk-lambda/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
1778 1779 1780 1781 1782 1783 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1778 class EFSMountConnectivityException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1778 1779 1780 1781 1782 1783 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1778 class EFSMountConnectivityException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |