GameServerGroupStatus

public enum GameServerGroupStatus : String, CustomStringConvertible, Codable

Undocumented

  • new

    Undocumented

    Declaration

    Swift

    case new = "NEW"
  • Undocumented

    Declaration

    Swift

    case activating = "ACTIVATING"
  • Undocumented

    Declaration

    Swift

    case active = "ACTIVE"
  • Undocumented

    Declaration

    Swift

    case deleteScheduled = "DELETE_SCHEDULED"
  • Undocumented

    Declaration

    Swift

    case deleting = "DELETING"
  • Undocumented

    Declaration

    Swift

    case deleted = "DELETED"
  • Undocumented

    Declaration

    Swift

    case error = "ERROR"
  • Declaration

    Swift

    public var description: String { get }