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
16295 16296 16297 16298 16299 |
# File 'lib/aws-sdk-wafv2/types.rb', line 16295 class WAFInvalidOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |