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

Class: Aws::Cloud9::Types::DescribeEnvironmentStatusResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Any informational message about the status of the environment.

Returns:

  • (String)

    Any informational message about the status of the environment.

#statusString

The status of the environment. Available values include:

  • connecting: The environment is connecting.

  • creating: The environment is being created.

  • deleting: The environment is being deleted.

  • error: The environment is in an error state.

  • ready: The environment is ready.

  • stopped: The environment is stopped.

  • stopping: The environment is stopping.

    Possible values:

    • error
    • creating
    • connecting
    • ready
    • stopping
    • stopped
    • deleting

Returns:

  • (String)

    The status of the environment.