Values.DeleteTenantResourceAssociationRequestSourceRepresents a request to delete an association between a tenant and a resource.
type nonrec t = {tenantName : TenantName.t;The name of the tenant to remove the resource association from.
*)resourceArn : AmazonResourceName.t;The Amazon Resource Name (ARN) of the resource to remove from the tenant association.
*)}