ClusterStateChangeReasonCode
public enum ClusterStateChangeReasonCode : 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 instanceFleetTimeout = "INSTANCE_FLEET_TIMEOUT" -
Undocumented
Declaration
Swift
case bootstrapFailure = "BOOTSTRAP_FAILURE" -
Undocumented
Declaration
Swift
case userRequest = "USER_REQUEST" -
Undocumented
Declaration
Swift
case stepFailure = "STEP_FAILURE" -
Undocumented
Declaration
Swift
case allStepsCompleted = "ALL_STEPS_COMPLETED" -
Declaration
Swift
public var description: String { get }
View on GitHub
ClusterStateChangeReasonCode Enumeration Reference