Class: Aws::Lambda::Types::S3FilesMountTimeoutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::S3FilesMountTimeoutException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The Lambda function made a network connection to the configured S3 Files access point, but the mount operation timed out.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The exception message.
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ String
The exception message.
8323 8324 8325 8326 8327 8328 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8323 class S3FilesMountTimeoutException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
8323 8324 8325 8326 8327 8328 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8323 class S3FilesMountTimeoutException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |