Values.DnsRuleGroupLimitExceededViolationSourceThe VPC that Firewall Manager was applying a DNS Fireall policy to reached the limit for associated DNS Firewall rule groups. Firewall Manager tried to associate another rule group with the VPC and failed due to the limit.
type nonrec t = {violationTarget : ViolationTarget.t option;Information about the VPC ID.
*)violationTargetDescription : LengthBoundedString.t option;A description of the violation that specifies the rule group and VPC.
*)numberOfRuleGroupsAlreadyAssociated : BasicInteger.t option;The number of rule groups currently associated with the VPC.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of BasicInteger.t | `String of ViolationTarget.t ])
list ]