Values.StatusSummarySourceA summarized description of the status.
type nonrec t = {lastUpdatedAt : SyntheticTimestamp_date_time.t option;The datetime stamp when the status was last updated.
*)status : Status.t option;The current status.
*)statusDetails : StatusDetails.t option;Details about the status.
*)statusMessage : String_.t option;When applicable, returns an informational message relevant to the current status and status type of the status summary object. We don't recommend implementing parsing logic around this value since the messages returned can vary in format.
*)statusType : StatusType.t option;The type of a status summary.
*)}