Class: Aws::FMS::Types::WebACLHasIncompatibleConfigurationViolation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

Information about the problems that Firewall Manager encountered with the web ACL configuration.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the web ACL.

Returns:

  • (String)


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