Enumeration AuditLogServiceJobStatus

AuditLogServiceJobStatusは、操作履歴取得ジョブの実行状況を表します。
このフィールドは、job配下ではレスポンスの際に返却されますが、リクエストの際には無視されます。
AuditLogServiceJobStatus describes the job status of acquiring operation history data.
Under \'job\', although this field will be returned in the response, it will be ignored on input.
SYSTEM_ERROR
エラーです。It's error.
IN_PROGRESS
処理中です。The process is in progress.
COMPLETED
処理完了です。The process has been completed.
TIMEOUT
タイムアウトです。Timeout occurred.
UNKNOWN
未知の値です。Unknown value.

Enumeration Members

Completed: "COMPLETED"
InProgress: "IN_PROGRESS"
SystemError: "SYSTEM_ERROR"
Timeout: "TIMEOUT"
Unknown: "UNKNOWN"