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)


1295
1296
1297
1298
1299
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1295

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