ISQSCancelMessageMoveTaskRequest
Interface in AWS.SQS
Interface for CancelMessageMoveTask requests.
Ancestors
Properties
TaskHandle
property TaskHandle: string
An identifier associated with the message movement task to be cancelled.
The task handle is returned when starting a message movement task using StartMessageMoveTask. This identifier uniquely identifies the specific message movement operation between queues. The task can only be cancelled when its current status is RUNNING. Attempting to cancel a task in any other state will result in an error. This operation is currently limited to message redrive from dead-letter queues (DLQs) and only one active message movement task is supported per queue at any given time.