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.

The status of the compute fleet.

Inheritance Hierarchy

System.Object
  Amazon.CodeBuild.Model.FleetStatus

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

Syntax

C#
public class FleetStatus

The FleetStatus type exposes the following members

Constructors

NameDescription
Public Method FleetStatus()

Properties

NameTypeDescription
Public Property Context Amazon.CodeBuild.FleetContextCode

Gets and sets the property Context.

Additional information about a compute fleet. Valid values include:

  • CREATE_FAILED: The compute fleet has failed to create.

  • UPDATE_FAILED: The compute fleet has failed to update.

Public Property Message System.String

Gets and sets the property Message.

A message associated with the status of a compute fleet.

Public Property StatusCode Amazon.CodeBuild.FleetStatusCode

Gets and sets the property StatusCode.

The status code of the compute fleet. Valid values include:

  • CREATING: The compute fleet is being created.

  • UPDATING: The compute fleet is being updated.

  • ROTATING: The compute fleet is being rotated.

  • PENDING_DELETION: The compute fleet is pending deletion.

  • DELETING: The compute fleet is being deleted.

  • CREATE_FAILED: The compute fleet has failed to create.

  • UPDATE_ROLLBACK_FAILED: The compute fleet has failed to update and could not rollback to previous state.

  • ACTIVE: The compute fleet has succeeded and is active.

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