Module Values.ResourceInUseExceptionSource

The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete. The body of the exception contains a JSON object that describes the resource. { "resourceType": BOT | BOTALIAS | BOTCHANNEL | INTENT, "resourceReference": { "name": string, "version": string } }

Sourcetype nonrec t = {
  1. referenceType : ReferenceType.t option;
  2. exampleReference : ResourceReference.t option;
}
Sourceval make : ?referenceType:??? -> ?exampleReference:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of Name.t ]) list ]) 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