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

Class: Aws::CodeBuild::Types::PhaseContext

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

Overview

Additional information about a build phase that has an error. You can use this information for troubleshooting.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

An explanation of the build phase\'s context. This might include a command ID and an exit code.

Returns:

  • (String)

    An explanation of the build phase\'s context.

#status_codeString

The status code for the context of the build phase.

Returns:

  • (String)

    The status code for the context of the build phase.