class Aws::IoTJobsDataPlane::Types::JobExecutionState
Contains data about the state of a job execution.
@!attribute [rw] status
The status of the job execution. Can be one of: "QUEUED", "IN\_PROGRESS", "FAILED", "SUCCESS", "CANCELED", "REJECTED", or "REMOVED". @return [String]
@!attribute [rw] status_details
A collection of name/value pairs that describe the status of the job execution. @return [Hash<String,String>]
@!attribute [rw] version_number
The version of the job execution. Job execution versions are incremented each time they are updated by a device. @return [Integer]
Constants
- SENSITIVE