Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/boto/sqs/__pycache__/ |
Upload File : |
o ckF[� � @ s( d Z G dd� de�ZG dd� de�ZdS )z0 A set of results returned by SendMessageBatch. c @ s e Zd ZdZdd� Zdd� ZdS )�ResultEntrya The result (successful or unsuccessful) of a single message within a send_message_batch request. In the case of a successful result, this dict-like object will contain the following items: :ivar id: A string containing the user-supplied ID of the message. :ivar message_id: A string containing the SQS ID of the new message. :ivar message_md5: A string containing the MD5 hash of the message body. In the case of an error, this object will contain the following items: :ivar id: A string containing the user-supplied ID of the message. :ivar sender_fault: A boolean value. :ivar error_code: A string containing a short description of the error. :ivar error_message: A string containing a description of the error. c C s d S �N� )�self�name�attrs� connectionr r �7/usr/lib/python3/dist-packages/boto/sqs/batchresults.py�startElement0 s zResultEntry.startElementc C s| |dkr || d<