models_v2.archival_object_status_enum module

class models_v2.archival_object_status_enum.ArchivalObjectStatusEnum[source]

Bases: object

Implementation of the ‘archivalObjectStatus’ enum.

TODO: type enum description here.

Attributes:

KINPROGRESS: TODO: type description here. KSUCCESSFUL: TODO: type description here. KFAILED: TODO: type description here. KWAITINGFORNEXTATTEMPT: TODO: type description here. KWARNING: TODO: type description here.

KFAILED = 'kFailed'
KINPROGRESS = 'kInProgress'
KSUCCESSFUL = 'kSuccessful'
KWAITINGFORNEXTATTEMPT = 'kWaitingForNextAttempt'
KWARNING = 'kWarning'