You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTJobsDataPlane::Types::JobExecutionState

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains data about the state of a job execution.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the job execution. Can be one of: \"QUEUED\", \"IN_PROGRESS\", \"FAILED\", \"SUCCESS\", \"CANCELED\", \"REJECTED\", or \"REMOVED\".

Possible values:

  • QUEUED
  • IN_PROGRESS
  • SUCCEEDED
  • FAILED
  • TIMED_OUT
  • REJECTED
  • REMOVED
  • CANCELED

Returns:

  • (String)

    The status of the job execution.

#status_detailsHash<String,String>

A collection of name/value pairs that describe the status of the job execution.

Returns:

  • (Hash<String,String>)

    A collection of name/value pairs that describe the status of the job execution.

#version_numberInteger

The version of the job execution. Job execution versions are incremented each time they are updated by a device.

Returns:

  • (Integer)

    The version of the job execution.