AttemptDetail

public struct AttemptDetail : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Details about the container in this job attempt.

    Declaration

    Swift

    public let container: AttemptContainerDetail?
  • The Unix timestamp (in seconds and milliseconds) for when the attempt was started (when the attempt transitioned from the STARTING state to the RUNNING state).

    Declaration

    Swift

    public let startedAt: Int64?
  • A short, human-readable string to provide additional details about the current status of the job attempt.

    Declaration

    Swift

    public let statusReason: String?
  • The Unix timestamp (in seconds and milliseconds) for when the attempt was stopped (when the attempt transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED).

    Declaration

    Swift

    public let stoppedAt: Int64?
  • Undocumented

    Declaration

    Swift

    public init(container: AttemptContainerDetail? = nil, startedAt: Int64? = nil, statusReason: String? = nil, stoppedAt: Int64? = nil)