StackStatus

public enum StackStatus : 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 rollbackInProgress = "ROLLBACK_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case rollbackFailed = "ROLLBACK_FAILED"
  • Undocumented

    Declaration

    Swift

    case rollbackComplete = "ROLLBACK_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 updateInProgress = "UPDATE_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case updateCompleteCleanupInProgress = "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case updateComplete = "UPDATE_COMPLETE"
  • Undocumented

    Declaration

    Swift

    case updateRollbackInProgress = "UPDATE_ROLLBACK_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case updateRollbackFailed = "UPDATE_ROLLBACK_FAILED"
  • Undocumented

    Declaration

    Swift

    case updateRollbackCompleteCleanupInProgress = "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case updateRollbackComplete = "UPDATE_ROLLBACK_COMPLETE"
  • Undocumented

    Declaration

    Swift

    case reviewInProgress = "REVIEW_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case importInProgress = "IMPORT_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case importComplete = "IMPORT_COMPLETE"
  • 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 }