MaintenanceWindowExecutionStatus

public enum MaintenanceWindowExecutionStatus : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case pending = "PENDING"
  • Undocumented

    Declaration

    Swift

    case inProgress = "IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case success = "SUCCESS"
  • Undocumented

    Declaration

    Swift

    case failed = "FAILED"
  • Undocumented

    Declaration

    Swift

    case timedOut = "TIMED_OUT"
  • Undocumented

    Declaration

    Swift

    case cancelling = "CANCELLING"
  • Undocumented

    Declaration

    Swift

    case cancelled = "CANCELLED"
  • Undocumented

    Declaration

    Swift

    case skippedOverlapping = "SKIPPED_OVERLAPPING"
  • Declaration

    Swift

    public var description: String { get }