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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafv2/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)


9627
9628
9629
9630
9631
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 9627

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