Class: Aws::FMS::Types::DnsDuplicateRuleGroupViolation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

A DNS Firewall rule group that Firewall Manager tried to associate with a VPC is already associated with the VPC and can't be associated again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#violation_targetString

Information about the VPC ID.

Returns:

  • (String)


707
708
709
710
711
712
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 707

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

#violation_target_descriptionString

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

Returns:

  • (String)


707
708
709
710
711
712
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 707

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