Class: Aws::Lambda::Types::DeadLetterConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

The dead-letter queue for failed asynchronous invocations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_arnString

The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.

Returns:

  • (String)


1264
1265
1266
1267
1268
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1264

class DeadLetterConfig < Struct.new(
  :target_arn)
  SENSITIVE = []
  include Aws::Structure
end