JobExecutionSummary - Amazon IoT
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon SDKs, see the following: