JobExecutionSummary
The job execution summary.
Contents
- executionNumber
-
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this particular device. It can be used later in commands which return or update job execution information.
Type: Long
Required: No
- lastUpdatedAt
-
The time, in seconds since the epoch, when the job execution was last updated.
Type: Timestamp
Required: No
- queuedAt
-
The time, in seconds since the epoch, when the job execution was queued.
Type: Timestamp
Required: No
- retryAttempt
-
The number that indicates how many retry attempts have been completed for this job on this device.
Type: Integer
Required: No
- startedAt
-
The time, in seconds since the epoch, when the job execution started.
Type: Timestamp
Required: No
- status
-
The status of the job execution.
Type: String
Valid Values:
QUEUED | IN_PROGRESS | SUCCEEDED | FAILED | TIMED_OUT | REJECTED | REMOVED | CANCELED
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: