StackDriftDetectionStatus
public enum StackDriftDetectionStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case detectionInProgress = "DETECTION_IN_PROGRESS"
-
Undocumented
Declaration
Swift
case detectionFailed = "DETECTION_FAILED"
-
Undocumented
Declaration
Swift
case detectionComplete = "DETECTION_COMPLETE"
-
Declaration
Swift
public var description: String { get }