Skip to main content

ISQSStartMessageMoveTaskResponse

Interface in AWS.SQS

Interface for StartMessageMoveTask responses.

Ancestors

Properties

TaskHandle

property TaskHandle: string

An identifier associated with the message movement task for tracking and cancellation operations.

This unique identifier can be used to monitor the progress of the message movement task using ListMessageMoveTasks or to cancel the operation using CancelMessageMoveTask. The task handle remains valid throughout the lifecycle of the message movement task and is required for any subsequent operations on the task. Store this handle if you need to programmatically monitor or control the message movement operation after it has been started.