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
Information about the VPC ID.
-
#violation_target_description ⇒ String
A description of the violation that specifies the rule group and VPC.
Instance Attribute Details
#violation_target ⇒ String
Information about the VPC ID.
801 802 803 804 805 806 |
# File 'lib/aws-sdk-fms/types.rb', line 801 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.
801 802 803 804 805 806 |
# File 'lib/aws-sdk-fms/types.rb', line 801 class DnsDuplicateRuleGroupViolation < Struct.new( :violation_target, :violation_target_description) SENSITIVE = [] include Aws::Structure end |