Status

public enum Status : String

Current status of the environment. resizing is displayed when a request to increase the environment size has been made, but is still in the process of being completed.

  • Undocumented

    Declaration

    Swift

    case active = "active"
  • Undocumented

    Declaration

    Swift

    case pending = "pending"
  • Undocumented

    Declaration

    Swift

    case maintenance = "maintenance"
  • Undocumented

    Declaration

    Swift

    case resizing = "resizing"