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.

Information about the current creation or deletion lifecycle state of an Cloud9 development environment.

Inheritance Hierarchy

System.Object
  Amazon.Cloud9.Model.EnvironmentLifecycle

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

Syntax

C#
public class EnvironmentLifecycle

The EnvironmentLifecycle type exposes the following members

Constructors

NameDescription
Public Method EnvironmentLifecycle()

Properties

NameTypeDescription
Public Property FailureResource System.String

Gets and sets the property FailureResource.

If the environment failed to delete, the Amazon Resource Name (ARN) of the related Amazon Web Services resource.

Public Property Reason System.String

Gets and sets the property Reason.

Any informational message about the lifecycle state of the environment.

Public Property Status Amazon.Cloud9.EnvironmentLifecycleStatus

Gets and sets the property Status.

The current creation or deletion lifecycle state of the environment.

  • CREATING: The environment is in the process of being created.

  • CREATED: The environment was successfully created.

  • CREATE_FAILED: The environment failed to be created.

  • DELETING: The environment is in the process of being deleted.

  • DELETE_FAILED: The environment failed to delete.

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