Values.ValidationExceptionSourceInput validation failed. Check your request parameters and retry the request.
type nonrec t = {message : NonBlankString.t option;fieldList : ValidationExceptionFieldList.t option;A list of objects containing fields that caused validation errors and their corresponding validation error messages.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonBlankString.t ]) list ]
list
| `String of NonBlankString.t ])
list ]