Values.InstanceGroupStatusSourceThe details of the instance group status.
type nonrec t = {state : InstanceGroupState.t option;The current state of the instance group.
*)stateChangeReason : InstanceGroupStateChangeReason.t option;The status change reason details for the instance group.
*)timeline : InstanceGroupTimeline.t option;The timeline of the instance group status over time.
*)}