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

Class: Aws::Batch::Types::AttemptDetail

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

Overview

An object representing a job attempt.

Instance Attribute Summary collapse

Instance Attribute Details

#containerTypes::AttemptContainerDetail

Details about the container in this job attempt.

Returns:

#started_atInteger

The Unix timestamp (in milliseconds) for when the attempt was started (when the attempt transitioned from the STARTING state to the RUNNING state).

Returns:

  • (Integer)

    The Unix timestamp (in milliseconds) for when the attempt was started (when the attempt transitioned from the STARTING state to the RUNNING state).

#status_reasonString

A short, human-readable string to provide additional details about the current status of the job attempt.

Returns:

  • (String)

    A short, human-readable string to provide additional details about the current status of the job attempt.

#stopped_atInteger

The Unix timestamp (in milliseconds) for when the attempt was stopped (when the attempt transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED).

Returns:

  • (Integer)

    The Unix timestamp (in milliseconds) for when the attempt was stopped (when the attempt transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED).