ISQSCancelMessageMoveTaskResponse
Interface in AWS.SQS
Interface for CancelMessageMoveTask responses.
Ancestors
Properties
ApproximateNumberOfMessagesMoved
property ApproximateNumberOfMessagesMoved: Int64
The approximate number of messages already moved to the destination queue before cancellation.
This value represents the count of messages that were successfully transferred from the source queue to the destination queue before the movement task was cancelled. Cancelling a message movement task does not revert messages that have already been moved. These messages remain in the destination queue and must be handled separately if needed. The count is approximate due to the distributed nature of Amazon SQS and may not reflect the exact number at the moment of cancellation.