Values.DnsRuleGroupPriorityConflictViolationSourceA rule group that Firewall Manager tried to associate with a VPC has the same priority as a rule group that's already associated.
type nonrec t = {violationTarget : ViolationTarget.t option;Information about the VPC ID.
*)violationTargetDescription : LengthBoundedString.t option;A description of the violation that specifies the VPC and the rule group that's already associated with it.
*)conflictingPriority : DnsRuleGroupPriority.t option;The priority setting of the two conflicting rule groups.
*)conflictingPolicyId : PolicyId.t option;The ID of the Firewall Manager DNS Firewall policy that was already applied to the VPC. This policy contains the rule group that's already associated with the VPC.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of DnsRuleGroupPriority.t
| `List of [> `Integer of DnsRuleGroupPriority.t ] list
| `String of ViolationTarget.t ])
list ]