AWS services or capabilities described in AWS Documentation may vary by region/location. Click
Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Class: Aws::Lambda::Types::EFSMountConnectivityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::EFSMountConnectivityException
show all
- 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
1443
1444
1445
1446
1447
1448
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1443
class EFSMountConnectivityException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|
#type ⇒ String
1443
1444
1445
1446
1447
1448
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1443
class EFSMountConnectivityException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|