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

Class: Aws::Batch::Types::ContainerSummary

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

Overview

An object representing summary details of a container within a job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#exit_codeInteger

The exit code to return upon completion.

Returns:

  • (Integer)

    The exit code to return upon completion.

#reasonString

A short (255 max characters) human-readable string to provide additional details about a running or stopped container.

Returns:

  • (String)

    A short (255 max characters) human-readable string to provide additional details about a running or stopped container.