Values.AggregatedSourceStatusSourceThe current sync status between the source and the aggregator account.
type nonrec t = {sourceId : String_.t option;The source account ID or an organization.
*)sourceType : AggregatedSourceType.t option;The source account or an organization.
*)awsRegion : AwsRegion.t option;The region authorized to collect aggregated data.
*)lastUpdateStatus : AggregatedSourceStatusType.t option;Filters the last updated status type. Valid value FAILED indicates errors while moving data. Valid value SUCCEEDED indicates the data was successfully moved. Valid value OUTDATED indicates the data is not the most recent.
*)lastUpdateTime : Date.t option;The time of the last update.
*)lastErrorCode : String_.t option;The error code that Config returned when the source account aggregation last failed.
*)lastErrorMessage : String_.t option;The message indicating that the source account aggregation failed due to an error.
*)}