Method: Aws::SQS::Types::StartMessageMoveTaskResult#task_handle
- Defined in:
- lib/aws-sdk-sqs/types.rb
#task_handle ⇒ String
An identifier associated with a message movement task. You can use this identifier to cancel a specified message movement task using the CancelMessageMoveTask action.
2800 2801 2802 2803 2804 |
# File 'lib/aws-sdk-sqs/types.rb', line 2800 class StartMessageMoveTaskResult < Struct.new( :task_handle) SENSITIVE = [] include Aws::Structure end |