class Aws::Batch::Types::AttemptDetail

An object representing a job attempt.

@!attribute [rw] container

Details about the container in this job attempt.
@return [Types::AttemptContainerDetail]

@!attribute [rw] started_at

The Unix timestamp (in milliseconds) for when the attempt was
started (when the attempt transitioned from the `STARTING` state to
the `RUNNING` state).
@return [Integer]

@!attribute [rw] stopped_at

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`).
@return [Integer]

@!attribute [rw] status_reason

A short, human-readable string to provide additional details about
the current status of the job attempt.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/AttemptDetail AWS API Documentation

Constants

SENSITIVE