Describe Environment Status
cloud9_describe_environment_status | R Documentation |
Gets status information for an Cloud9 development environment¶
Description¶
Gets status information for an Cloud9 development environment.
Usage¶
Arguments¶
environmentId
[required] The ID of the environment to get status information about.
Value¶
A list with the following syntax:
list(
status = "error"|"creating"|"connecting"|"ready"|"stopping"|"stopped"|"deleting",
message = "string"
)