Values.UnableToDetectSchemaExceptionSourceData format is not valid. Amazon Kinesis Analytics is not able to detect schema for the given streaming source.
type nonrec t = {message : ErrorMessage.t option;rawInputRecords : RawInputRecords.t option;processedInputRecords : ProcessedInputRecords.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of RawInputRecord.t ] list
| `String of ErrorMessage.t ])
list ]