Module Values.ValidationExceptionSource

The request isn't valid. Review the details in the error message to update the invalid parameters or values in your request.

Sourcetype nonrec t = {
  1. message : ExceptionMessage.t option;
  2. reason : ValidationExceptionReason.t option;
    (*

    Reason the request failed validation.

    *)
}
Sourceval make : ?message:??? -> ?reason:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ExceptionMessage.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t