Module Values.CannotDeleteExceptionSource

Indicates that the delete operation could not be completed.

Sourcetype nonrec t = {
  1. name : RuleOrRuleSetName.t option;
    (*

    Indicates that a resource could not be deleted because no resource with the specified name exists.

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