CacheClusterStatus
public enum CacheClusterStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case createInProgress = "CREATE_IN_PROGRESS"
-
Undocumented
Declaration
Swift
case available = "AVAILABLE"
-
Undocumented
Declaration
Swift
case deleteInProgress = "DELETE_IN_PROGRESS"
-
Undocumented
Declaration
Swift
case notAvailable = "NOT_AVAILABLE"
-
Undocumented
Declaration
Swift
case flushInProgress = "FLUSH_IN_PROGRESS"
-
Declaration
Swift
public var description: String { get }