ScalingPlanStatusCode

public enum ScalingPlanStatusCode : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case active = "Active"
  • Undocumented

    Declaration

    Swift

    case activewithproblems = "ActiveWithProblems"
  • Undocumented

    Declaration

    Swift

    case creationinprogress = "CreationInProgress"
  • Undocumented

    Declaration

    Swift

    case creationfailed = "CreationFailed"
  • Undocumented

    Declaration

    Swift

    case deletioninprogress = "DeletionInProgress"
  • Undocumented

    Declaration

    Swift

    case deletionfailed = "DeletionFailed"
  • Undocumented

    Declaration

    Swift

    case updateinprogress = "UpdateInProgress"
  • Undocumented

    Declaration

    Swift

    case updatefailed = "UpdateFailed"
  • Declaration

    Swift

    public var description: String { get }