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

Class: Aws::Cloud9::Types::EnvironmentLifecycle

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

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#failure_resourceString

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

Returns:

  • (String)

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

#reasonString

Any informational message about the lifecycle state of the environment.

Returns:

  • (String)

    Any informational message about the lifecycle state of the environment.

#statusString

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.

    Possible values:

    • CREATING
    • CREATED
    • CREATE_FAILED
    • DELETING
    • DELETE_FAILED

Returns:

  • (String)

    The current creation or deletion lifecycle state of the environment.