Skip to content

Start message move task

async_boto.validation.sqs.start_message_move_task

StartMessageMoveTaskRequest

Bases: BaseModel

The request accepts the following data in JSON format.

ATTRIBUTE DESCRIPTION
DestinationArn

The ARN of the queue that receives the moved messages.

TYPE: Optional[str]

MaxNumberOfMessagesPerSecond

The number of messages to be moved per second (the message movement rate).

TYPE: Optional[int]

SourceArn

The ARN of the queue that contains the messages to be moved to another queue.

TYPE: str

DestinationArn class-attribute instance-attribute

DestinationArn = None

MaxNumberOfMessagesPerSecond class-attribute instance-attribute

MaxNumberOfMessagesPerSecond = None

SourceArn instance-attribute

SourceArn

StartMessageMoveTaskResponse

Bases: BaseModel

The response returned in JSON format by the service.

ATTRIBUTE DESCRIPTION
TaskHandle

An identifier associated with a message movement task.

TYPE: str

TaskHandle instance-attribute

TaskHandle