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
11420 11421 11422 11423 11424 |
# File 'lib/aws-sdk-wafv2/types.rb', line 11420 class WAFInvalidOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |