Status#
- class Status(*args, **kwargs)[source]#
Bases:
object
The status of the operation captured by the audit.
Allowed enum values:
_UNKNOWN
_REDACTED
SUCCEEDED: The operation indicated by the audit was successful.
FAILED: The operation indicated by the audit failed.
ABORTED: The operation indicated by the audit was aborted.