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::EFSMountTimeoutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::EFSMountTimeoutException
show all
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The function was able to make 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
1479
1480
1481
1482
1483
1484
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1479
class EFSMountTimeoutException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|
#type ⇒ String
1479
1480
1481
1482
1483
1484
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1479
class EFSMountTimeoutException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|