CapacityProviderUpdateStatus

public enum CapacityProviderUpdateStatus : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case deleteInProgress = "DELETE_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case deleteComplete = "DELETE_COMPLETE"
  • Undocumented

    Declaration

    Swift

    case deleteFailed = "DELETE_FAILED"
  • Declaration

    Swift

    public var description: String { get }