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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/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)


734
735
736
737
738
739
740
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 734

class DnsRuleGroupLimitExceededViolation < Struct.new(
  :violation_target,
  :violation_target_description,
  :number_of_rule_groups_already_associated)
  SENSITIVE = []
  include Aws::Structure
end

#violation_targetString

Information about the VPC ID.

Returns:

  • (String)


734
735
736
737
738
739
740
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 734

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)


734
735
736
737
738
739
740
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 734

class DnsRuleGroupLimitExceededViolation < Struct.new(
  :violation_target,
  :violation_target_description,
  :number_of_rule_groups_already_associated)
  SENSITIVE = []
  include Aws::Structure
end