Class: Aws::Lambda::Types::S3FilesMountConnectivityException

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

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


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

#typeString

The exception type.

Returns:

  • (String)


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