Enumeration AuditLogServiceJobStatus

AuditLogServiceJobStatusは、ダウンロードジョブの処理状態を表します。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
AuditLogServiceJobStatus serves process status of download job.
Although this field will be returned in the response, it will be ignored on input.
IN_PROGRESS
処理中です。Job is in progress.
COMPLETED
処理終了です。Job is completed.
OVER_COUNT_ERROR
取得可能な操作履歴の件数を超えています。Audit log limit exceeded.
SYSTEM_ERROR
システムエラーです。System error.
UNKNOWN
未知の値です。Unknown Value

Enumeration Members

Completed: "COMPLETED"
InProgress: "IN_PROGRESS"
OverCountError: "OVER_COUNT_ERROR"
SystemError: "SYSTEM_ERROR"
Unknown: "UNKNOWN"