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)


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

#typeString

The exception type.

Returns:

  • (String)


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