Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeEnvironmentStatusResult

import type { DescribeEnvironmentStatusResult } from "https://aws-api.deno.dev/v0.4/services/cloud9.ts?docs=full";
interface DescribeEnvironmentStatusResult {
message: string;
}

§Properties

§
message: string
[src]

Any informational message about the status of the environment.

§

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.