Class: Aws::FMS::Types::DnsRuleGroupLimitExceededViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::DnsRuleGroupLimitExceededViolation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
The 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#number_of_rule_groups_already_associated ⇒ Integer
The number of rule groups currently associated with the VPC.
-
#violation_target ⇒ String
The ID of the VPC.
-
#violation_target_description ⇒ String
A description of the violation that specifies the rule group and VPC.
Instance Attribute Details
#number_of_rule_groups_already_associated ⇒ Integer
The number of rule groups currently associated with the VPC.
439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-fms/types.rb', line 439 class DnsRuleGroupLimitExceededViolation < Struct.new( :violation_target, :violation_target_description, :number_of_rule_groups_already_associated) SENSITIVE = [] include Aws::Structure end |
#violation_target ⇒ String
The ID of the VPC.
439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-fms/types.rb', line 439 class DnsRuleGroupLimitExceededViolation < Struct.new( :violation_target, :violation_target_description, :number_of_rule_groups_already_associated) SENSITIVE = [] include Aws::Structure end |
#violation_target_description ⇒ String
A description of the violation that specifies the rule group and VPC.
439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-fms/types.rb', line 439 class DnsRuleGroupLimitExceededViolation < Struct.new( :violation_target, :violation_target_description, :number_of_rule_groups_already_associated) SENSITIVE = [] include Aws::Structure end |