Class: Aws::FMS::Types::DnsDuplicateRuleGroupViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::DnsDuplicateRuleGroupViolation
- Includes:
- Structure
- Defined in:
- 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
-
#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
#violation_target ⇒ String
The ID of the VPC.
412 413 414 415 416 417 |
# File 'lib/aws-sdk-fms/types.rb', line 412 class DnsDuplicateRuleGroupViolation < Struct.new( :violation_target, :violation_target_description) SENSITIVE = [] include Aws::Structure end |
#violation_target_description ⇒ String
A description of the violation that specifies the rule group and VPC.
412 413 414 415 416 417 |
# File 'lib/aws-sdk-fms/types.rb', line 412 class DnsDuplicateRuleGroupViolation < Struct.new( :violation_target, :violation_target_description) SENSITIVE = [] include Aws::Structure end |