Class DescribeEnvironmentStatusResponse

    • Method Detail

      • status

        public final EnvironmentStatus status()

        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.

        If the service returns an enum value that is not available in the current SDK version, status will return EnvironmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        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.

        See Also:
        EnvironmentStatus
      • statusAsString

        public final String statusAsString()

        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.

        If the service returns an enum value that is not available in the current SDK version, status will return EnvironmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        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.

        See Also:
        EnvironmentStatus
      • message

        public final String message()

        Any informational message about the status of the environment.

        Returns:
        Any informational message about the status of the environment.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object