Class: Aws::WAFV2::Types::WAFUnsupportedAggregateKeyTypeException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafv2/types.rb

Overview

The rule that you’ve named doesn’t aggregate solely on the IP address or solely on the forwarded IP address. This call is only available for rate-based rules with an ‘AggregateKeyType` setting of `IP` or `FORWARDED_IP`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9765
9766
9767
9768
9769
# File 'lib/aws-sdk-wafv2/types.rb', line 9765

class WAFUnsupportedAggregateKeyTypeException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end