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
9496 9497 9498 9499 9500 |
# File 'lib/aws-sdk-wafv2/types.rb', line 9496 class WAFInvalidOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |