Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
boto
/
sqs
/
__pycache__
📤 Upload
📝 New File
📁 New Folder
Close
Editing: batchresults.cpython-310.pyc
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<