Values_1.ResourceInUseExceptionSourceThat 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.
type nonrec t = {message : Values_0.Message.t option;resourceType : ResourceType.t option;The type of resource.
*)resourceId : Values_0.ARN.t option;The identifier for the resource.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.Message.t ]) list ]