ark::aws::ReceivedMessage

Defined in header “ark/aws/sqs_client.hh”.


A message that was received from the remote SQS system.

Variables

  • std::string message_id
    Unique identifier for the message.

  • std::string receipt_handle
    The receipt handle, which is unique each time you receive a particular message. You must delete mesages with this handle.

  • std::string body
    The body of the message.