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
Information about the VPC ID.
-
#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.
828 829 830 831 832 833 834 |
# File 'lib/aws-sdk-fms/types.rb', line 828 class DnsRuleGroupLimitExceededViolation < Struct.new( :violation_target, :violation_target_description, :number_of_rule_groups_already_associated) SENSITIVE = [] include Aws::Structure end |
#violation_target ⇒ String
Information about the VPC ID.
828 829 830 831 832 833 834 |
# File 'lib/aws-sdk-fms/types.rb', line 828 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.
828 829 830 831 832 833 834 |
# File 'lib/aws-sdk-fms/types.rb', line 828 class DnsRuleGroupLimitExceededViolation < Struct.new( :violation_target, :violation_target_description, :number_of_rule_groups_already_associated) SENSITIVE = [] include Aws::Structure end |