InstanceStateChangeReasonCode
public enum InstanceStateChangeReasonCode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case internalError = "INTERNAL_ERROR" -
Undocumented
Declaration
Swift
case validationError = "VALIDATION_ERROR" -
Undocumented
Declaration
Swift
case instanceFailure = "INSTANCE_FAILURE" -
Undocumented
Declaration
Swift
case bootstrapFailure = "BOOTSTRAP_FAILURE" -
Undocumented
Declaration
Swift
case clusterTerminated = "CLUSTER_TERMINATED" -
Declaration
Swift
public var description: String { get }
View on GitHub
InstanceStateChangeReasonCode Enumeration Reference