StackSetDriftDetectionStatus
public enum StackSetDriftDetectionStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case completed = "COMPLETED" -
Undocumented
Declaration
Swift
case failed = "FAILED" -
Undocumented
Declaration
Swift
case partialSuccess = "PARTIAL_SUCCESS" -
Undocumented
Declaration
Swift
case inProgress = "IN_PROGRESS" -
Undocumented
Declaration
Swift
case stopped = "STOPPED" -
Declaration
Swift
public var description: String { get }
View on GitHub
StackSetDriftDetectionStatus Enumeration Reference