Module Values.ConditionalCheckFailedExceptionSource

A condition specified in the operation failed to be evaluated.

Sourcetype nonrec t = {
  1. message : ErrorMessage.t option;
    (*

    The conditional request failed.

    *)
  2. item : AttributeMap.t option;
    (*

    Item which caused the ConditionalCheckFailedException.

    *)
}
Sourceval make : ?message:??? -> ?item:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of AttributeName.t ] * Awso.Botodata.value) list | `String of ErrorMessage.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