OPENAPI / COMPONENTS / SCHEMAS

ListMessageMoveTasksResultEntry

ListMessageMoveTasksResultEntry

<p>Contains the details of a message movement task. </p>

object9字段
TaskHandlestring

<p>An identifier associated with a message movement task. When this field is returned in the response of the <code>ListMessageMoveTasks</code> action, it is only populated for tasks that are in RUNNING status.</p>

Statusstring

<p>The status of the message movement task. Possible values are: RUNNING, COMPLETED, CANCELLING, CANCELLED, and FAILED.</p>

SourceArnstring

<p>The ARN of the queue that contains the messages to be moved to another queue.</p>

DestinationArnstring

<p>The ARN of the destination queue if it has been specified in the <code>StartMessageMoveTask</code> request. If a <code>DestinationArn</code> has not been specified in the <code>StartMessageMoveTask</code> request, this field value will be NULL.</p>

MaxNumberOfMessagesPerSecondstring

<p>The number of messages to be moved per second (the message movement rate), if it has been specified in the <code>StartMessageMoveTask</code> request. If a <code>MaxNumberOfMessagesPerSecond</code> has not been specified in the <code>StartMessageMoveTask</code> request, this field value will be NULL.</p>

ApproximateNumberOfMessagesMovedstring

<p>The approximate number of messages already moved to the destination queue.</p>

ApproximateNumberOfMessagesToMovestring

<p>The number of messages to be moved from the source queue. This number is obtained at the time of starting the message movement task and is only included after the message movement task is selected to start.</p>

FailureReasonstring

<p>The task failure reason (only included if the task status is FAILED).</p>

StartedTimestampstring

<p>The timestamp of starting the message movement task.</p>