ReportInstanceReasonCodes
public enum ReportInstanceReasonCodes : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case instanceStuckInState = "instance-stuck-in-state"
-
Undocumented
Declaration
Swift
case unresponsive = "unresponsive"
-
Undocumented
Declaration
Swift
case notAcceptingCredentials = "not-accepting-credentials"
-
Undocumented
Declaration
Swift
case passwordNotAvailable = "password-not-available"
-
Undocumented
Declaration
Swift
case performanceNetwork = "performance-network"
-
Undocumented
Declaration
Swift
case performanceInstanceStore = "performance-instance-store"
-
Undocumented
Declaration
Swift
case performanceEbsVolume = "performance-ebs-volume"
-
Undocumented
Declaration
Swift
case performanceOther = "performance-other"
-
Undocumented
Declaration
Swift
case other = "other"
-
Declaration
Swift
public var description: String { get }