PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::FMS::ResourceViolation; use Moose; has AwsEc2InstanceViolation => (is => 'ro', isa => 'Paws::FMS::AwsEc2InstanceViolation'); has AwsEc2NetworkInterfaceViolation => (is => 'ro', isa => 'Paws::FMS::AwsEc2NetworkInterfaceViolation'); has AwsVPCSecurityGroupViolation => (is => 'ro', isa => 'Paws::FMS::AwsVPCSecurityGroupViolation'); has DnsDuplicateRuleGroupViolation => (is => 'ro', isa => 'Paws::FMS::DnsDuplicateRuleGroupViolation'); has DnsRuleGroupLimitExceededViolation => (is => 'ro', isa => 'Paws::FMS::DnsRuleGroupLimitExceededViolation'); has DnsRuleGroupPriorityConflictViolation => (is => 'ro', isa => 'Paws::FMS::DnsRuleGroupPriorityConflictViolation'); has NetworkFirewallMissingExpectedRTViolation => (is => 'ro', isa => 'Paws::FMS::NetworkFirewallMissingExpectedRTViolation'); has NetworkFirewallMissingFirewallViolation => (is => 'ro', isa => 'Paws::FMS::NetworkFirewallMissingFirewallViolation'); has NetworkFirewallMissingSubnetViolation => (is => 'ro', isa => 'Paws::FMS::NetworkFirewallMissingSubnetViolation'); has NetworkFirewallPolicyModifiedViolation => (is => 'ro', isa => 'Paws::FMS::NetworkFirewallPolicyModifiedViolation'); 1; ### main pod documentation begin ### =head1 NAME Paws::FMS::ResourceViolation =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::FMS::ResourceViolation object: $service_obj->Method(Att1 => { AwsEc2InstanceViolation => $value, ..., NetworkFirewallPolicyModifiedViolation => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::FMS::ResourceViolation object: $result = $service_obj->Method(...); $result->Att1->AwsEc2InstanceViolation =head1 DESCRIPTION Violation detail based on resource type. =head1 ATTRIBUTES =head2 AwsEc2InstanceViolation => L Violation details for an EC2 instance. =head2 AwsEc2NetworkInterfaceViolation => L Violation details for network interface. =head2 AwsVPCSecurityGroupViolation => L Violation details for security groups. =head2 DnsDuplicateRuleGroupViolation => L Violation detail for a DNS Firewall policy that indicates that a rule group that Firewall Manager tried to associate with a VPC is already associated with the VPC and can't be associated again. =head2 DnsRuleGroupLimitExceededViolation => L Violation details for a DNS Firewall policy that indicates that the VPC reached the limit for associated DNS Firewall rule groups. Firewall Manager tried to associate another rule group with the VPC and failed. =head2 DnsRuleGroupPriorityConflictViolation => L Violation detail for a DNS Firewall policy that indicates that a rule group that Firewall Manager tried to associate with a VPC has the same priority as a rule group that's already associated. =head2 NetworkFirewallMissingExpectedRTViolation => L Violation detail for an Network Firewall policy that indicates that a subnet is not associated with the expected Firewall Manager managed route table. =head2 NetworkFirewallMissingFirewallViolation => L Violation detail for an Network Firewall policy that indicates that a subnet has no Firewall Manager managed firewall in its VPC. =head2 NetworkFirewallMissingSubnetViolation => L Violation detail for an Network Firewall policy that indicates that an Availability Zone is missing the expected Firewall Manager managed subnet. =head2 NetworkFirewallPolicyModifiedViolation => L Violation detail for an Network Firewall policy that indicates that a firewall policy in an individual account has been modified in a way that makes it noncompliant. For example, the individual account owner might have deleted a rule group, changed the priority of a stateless rule group, or changed a policy default action. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut