Class: Aws::WAFV2::Types::WAFInvalidOperationException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAFV2::Types::WAFInvalidOperationException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wafv2/types.rb
 
Overview
The operation isn’t valid.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      9712 9713 9714 9715 9716  | 
    
      # File 'lib/aws-sdk-wafv2/types.rb', line 9712 class WAFInvalidOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |