Values.UnableToDetectSchemaExceptionSourceThe data format is not valid. Kinesis Data Analytics cannot detect the schema for the given streaming source.
type nonrec t = {message : ErrorMessage.t option;rawInputRecords : RawInputRecords.t option;Raw stream data that was sampled to infer the schema.
*)processedInputRecords : ProcessedInputRecords.t option;Stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of RawInputRecord.t ] list
| `String of ErrorMessage.t ])
list ]