Class: Aws::Lambda::Types::S3FilesMountFailureException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


8692
8693
8694
8695
8696
8697
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8692

class S3FilesMountFailureException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The exception type.

Returns:

  • (String)


8692
8693
8694
8695
8696
8697
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8692

class S3FilesMountFailureException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end