Module Values_1.ResourceInUseExceptionSource

That resource is already in use (for example, you're trying to add a record with the same name as an existing record). If you are trying to delete a resource (for example, DeleteHoursOfOperation or DeletePredefinedAttribute), remove its reference from related resources and then try again.

Sourcetype nonrec t = {
  1. message : Values_0.Message.t option;
  2. resourceType : ResourceType.t option;
    (*

    The type of resource.

    *)
  3. resourceId : Values_0.ARN.t option;
    (*

    The identifier for the resource.

    *)
}
Sourceval make : ?message:??? -> ?resourceType:??? -> ?resourceId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.Message.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