JobProcessDetails
The job process details.
Contents
- numberOfCanceledThings
-
The number of things that cancelled the job.
Type: Integer
Required: No
- numberOfFailedThings
-
The number of things that failed executing the job.
Type: Integer
Required: No
- numberOfInProgressThings
-
The number of things currently executing the job.
Type: Integer
Required: No
- numberOfQueuedThings
-
The number of things that are awaiting execution of the job.
Type: Integer
Required: No
- numberOfRejectedThings
-
The number of things that rejected the job.
Type: Integer
Required: No
- numberOfRemovedThings
-
The number of things that are no longer scheduled to execute the job because they have been deleted or have been removed from the group that was a target of the job.
Type: Integer
Required: No
- numberOfSucceededThings
-
The number of things which successfully completed the job.
Type: Integer
Required: No
- numberOfTimedOutThings
-
The number of things whose job execution status is
TIMED_OUT
.Type: Integer
Required: No
- processingTargets
-
The target devices to which the job execution is being rolled out. This value will be null after the job execution has finished rolling out to all the target devices.
Type: Array of strings
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: