Values.DataLakeExceptionSourceThe details for an Amazon Security Lake exception.
type nonrec t = {exception_ : SafeString.t option;The underlying exception of a Security Lake exception.
*)region : Region.t option;The Amazon Web Services Regions where the exception occurred.
*)remediation : SafeString.t option;List of all remediation steps for a Security Lake exception.
*)timestamp : SyntheticTimestamp_date_time.t option;This error can occur if you configure the wrong timestamp format, or if the subset of entries used for validation had errors or missing values.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of SafeString.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]