Values.ValidationExceptionSourceThe input fails to satisfy the constraints of the EBS direct APIs.
type nonrec t = {message : ErrorMessage.t option;reason : ValidationExceptionReason.t option;The reason for the validation exception.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]