ResourceStatus

public enum ResourceStatus : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case createInProgress = "CREATE_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case createFailed = "CREATE_FAILED"
  • Undocumented

    Declaration

    Swift

    case createComplete = "CREATE_COMPLETE"
  • Undocumented

    Declaration

    Swift

    case deleteInProgress = "DELETE_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case deleteFailed = "DELETE_FAILED"
  • Undocumented

    Declaration

    Swift

    case deleteComplete = "DELETE_COMPLETE"
  • Undocumented

    Declaration

    Swift

    case deleteSkipped = "DELETE_SKIPPED"
  • Undocumented

    Declaration

    Swift

    case updateInProgress = "UPDATE_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case updateFailed = "UPDATE_FAILED"
  • Undocumented

    Declaration

    Swift

    case updateComplete = "UPDATE_COMPLETE"
  • Undocumented

    Declaration

    Swift

    case importFailed = "IMPORT_FAILED"
  • Undocumented

    Declaration

    Swift

    case importComplete = "IMPORT_COMPLETE"
  • Undocumented

    Declaration

    Swift

    case importInProgress = "IMPORT_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case importRollbackInProgress = "IMPORT_ROLLBACK_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case importRollbackFailed = "IMPORT_ROLLBACK_FAILED"
  • Undocumented

    Declaration

    Swift

    case importRollbackComplete = "IMPORT_ROLLBACK_COMPLETE"
  • Declaration

    Swift

    public var description: String { get }