Module Values.DataLakeUpdateExceptionSource

The details of the last UpdateDataLake or DeleteDataLake API request which failed.

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

    The reason code for the exception of the last UpdateDataLake or DeleteDataLake API request.

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

    The reason for the exception of the last UpdateDataLakeor DeleteDataLake API request.

    *)
}
Sourceval make : ?code:??? -> ?reason:??? -> 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