JobExecutionState

public struct JobExecutionState : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The status of the job execution. Can be one of: “QUEUED”, “IN_PROGRESS”, “FAILED”, “SUCCESS”, “CANCELED”, “REJECTED”, or “REMOVED”.

    Declaration

    Swift

    public let status: JobExecutionStatus?
  • A collection of name/value pairs that describe the status of the job execution.

    Declaration

    Swift

    public let statusDetails: [String : String]?
  • The version of the job execution. Job execution versions are incremented each time they are updated by a device.

    Declaration

    Swift

    public let versionNumber: Int64?
  • Undocumented

    Declaration

    Swift

    public init(status: JobExecutionStatus? = nil, statusDetails: [String : String]? = nil, versionNumber: Int64? = nil)