AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.PhaseContext

Namespace: Amazon.CodeBuild.Model
Assembly: AWSSDK.CodeBuild.dll
Version: 3.x.y.z

Syntax

C#
public class PhaseContext

The PhaseContext type exposes the following members

Constructors

NameDescription
Public Method PhaseContext()

Properties

NameTypeDescription
Public Property Message System.String

Gets and sets the property Message.

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

Public Property StatusCode System.String

Gets and sets the property StatusCode.

The status code for the context of the build phase.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5