DeliveryStreamStatus

public enum DeliveryStreamStatus : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case creating = "CREATING"
  • Undocumented

    Declaration

    Swift

    case creatingFailed = "CREATING_FAILED"
  • Undocumented

    Declaration

    Swift

    case deleting = "DELETING"
  • Undocumented

    Declaration

    Swift

    case deletingFailed = "DELETING_FAILED"
  • Undocumented

    Declaration

    Swift

    case active = "ACTIVE"
  • Declaration

    Swift

    public var description: String { get }