Class: Aws::Lambda::Types::S3FilesMountConnectivityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::S3FilesMountConnectivityException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The Lambda function couldn't make a network connection to the configured S3 Files access point.
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.
8283 8284 8285 8286 8287 8288 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8283 class S3FilesMountConnectivityException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
8283 8284 8285 8286 8287 8288 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8283 class S3FilesMountConnectivityException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |