CapacityReservationState
public enum CapacityReservationState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case active = "active" -
Undocumented
Declaration
Swift
case expired = "expired" -
Undocumented
Declaration
Swift
case cancelled = "cancelled" -
Undocumented
Declaration
Swift
case pending = "pending" -
Undocumented
Declaration
Swift
case failed = "failed" -
Declaration
Swift
public var description: String { get }
View on GitHub
CapacityReservationState Enumeration Reference