Module Values.ProblemDetailsSource

Details related to problems with AWS TNB resources.

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

    A human-readable explanation specific to this occurrence of the problem.

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

    A human-readable title of the problem type.

    *)
}
Sourceval make : ?detail:??? -> ?title:??? -> 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