Attempting to get SQS post id from Boto

Looking at the boto docs, I don't see a method to get the message id when you pull it from the SQS queue. Can anyone provide some information on how I would get this information?

+3


source to share


1 answer


The instance Message

must have an attribute id

that contains the message ID.



+4


source







All Articles