Class: Aws::FMS::Types::WebACLHasIncompatibleConfigurationViolation
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::WebACLHasIncompatibleConfigurationViolation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
The violation details for a web ACL whose configuration is incompatible with the Firewall Manager policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
Information about the problems that Firewall Manager encountered with the web ACL configuration.
-
#web_acl_arn ⇒ String
The Amazon Resource Name (ARN) of the web ACL.
Instance Attribute Details
#description ⇒ String
Information about the problems that Firewall Manager encountered with the web ACL configuration.
5563 5564 5565 5566 5567 5568 |
# File 'lib/aws-sdk-fms/types.rb', line 5563 class WebACLHasIncompatibleConfigurationViolation < Struct.new( :web_acl_arn, :description) SENSITIVE = [] include Aws::Structure end |
#web_acl_arn ⇒ String
The Amazon Resource Name (ARN) of the web ACL.
5563 5564 5565 5566 5567 5568 |
# File 'lib/aws-sdk-fms/types.rb', line 5563 class WebACLHasIncompatibleConfigurationViolation < Struct.new( :web_acl_arn, :description) SENSITIVE = [] include Aws::Structure end |