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
      9974 9975 9976 9977 9978  | 
    
      # File 'lib/aws-sdk-wafv2/types.rb', line 9974 class WAFUnsupportedAggregateKeyTypeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |