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