Class: Aws::WAFV2::Types::WAFUnsupportedAggregateKeyTypeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::WAFUnsupportedAggregateKeyTypeException
- 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
#message ⇒ String
9758 9759 9760 9761 9762 |
# File 'lib/aws-sdk-wafv2/types.rb', line 9758 class WAFUnsupportedAggregateKeyTypeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |