Class AcknowledgeConfirmation (2.17.0)

AcknowledgeConfirmation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Acknowledgement IDs sent in one or more previous requests to acknowledge a previously received message.

Attributes

NameDescription
ack_ids MutableSequence[str]
Successfully processed acknowledgement IDs.
invalid_ack_ids MutableSequence[str]
List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
unordered_ack_ids MutableSequence[str]
List of acknowledgement IDs that were out of order.
temporary_failed_ack_ids MutableSequence[str]
List of acknowledgement IDs that failed processing with temporary issues.