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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloud9/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Any informational message about the status of the environment.

Returns:

  • (String)


312
313
314
315
316
# File 'lib/aws-sdk-cloud9/types.rb', line 312

class DescribeEnvironmentStatusResult < Struct.new(
  :status,
  :message)
  include Aws::Structure
end

#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.

Returns:

  • (String)


312
313
314
315
316
# File 'lib/aws-sdk-cloud9/types.rb', line 312

class DescribeEnvironmentStatusResult < Struct.new(
  :status,
  :message)
  include Aws::Structure
end