Module Values.ValidationExceptionFieldSource

Details about a field that failed policy validation.

Sourcetype nonrec t = {
  1. path : String_.t option;
    (*

    The path to the specific element that Verified Permissions found to be not valid.

    *)
  2. message : String_.t option;
    (*

    Describes the policy validation error.

    *)
}
Sourceval make : ?path:??? -> ?message:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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