AttemptDetail
An object that represents a job attempt.
Contents
- container
-
The details for the container in this job attempt.
Type: AttemptContainerDetail object
Required: No
- startedAt
-
The Unix timestamp (in milliseconds) for when the attempt was started (when the attempt transitioned from the
STARTING
state to theRUNNING
state).Type: Long
Required: No
- statusReason
-
A short, human-readable string to provide additional details for the current status of the job attempt.
Type: String
Required: No
- stoppedAt
-
The Unix timestamp (in milliseconds) for when the attempt was stopped (when the attempt transitioned from the
RUNNING
state to a terminal state, such asSUCCEEDED
orFAILED
).Type: Long
Required: No
- taskProperties
-
The properties for a task definition that describes the container and volume definitions of an Amazon ECS task.
Type: Array of AttemptEcsTaskDetails objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: