Class: Aws::FMS::Types::DnsRuleGroupLimitExceededViolation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#number_of_rule_groups_already_associatedInteger

The number of rule groups currently associated with the VPC.

Returns:

  • (Integer)


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_targetString

The ID of the VPC.

Returns:

  • (String)


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_descriptionString

A description of the violation that specifies the rule group and VPC.

Returns:

  • (String)


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