Class: Aws::Lambda::Types::S3FilesMountFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::S3FilesMountFailureException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The Lambda function couldn't mount the configured S3 Files access point due to a permission or configuration issue.
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.
8303 8304 8305 8306 8307 8308 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8303 class S3FilesMountFailureException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
8303 8304 8305 8306 8307 8308 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8303 class S3FilesMountFailureException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |