Class: Aws::WAFV2::Types::WAFInvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::WAFInvalidParameterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
The operation failed because WAF didn’t recognize a parameter in the request. For example:
-
You specified a parameter name or value that isn’t valid.
-
Your nested statement isn’t valid. You might have tried to nest a statement that can’t be nested.
-
You tried to update a ‘WebACL` with a `DefaultAction` that isn’t among the types available at DefaultAction.
-
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL can’t be associated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field ⇒ String
The settings where the invalid parameter was found.
- #message ⇒ String
-
#parameter ⇒ String
The invalid parameter that resulted in the exception.
-
#reason ⇒ String
Additional information about the exception.
Instance Attribute Details
#field ⇒ String
The settings where the invalid parameter was found.
9533 9534 9535 9536 9537 9538 9539 9540 |
# File 'lib/aws-sdk-wafv2/types.rb', line 9533 class WAFInvalidParameterException < Struct.new( :message, :field, :parameter, :reason) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
9533 9534 9535 9536 9537 9538 9539 9540 |
# File 'lib/aws-sdk-wafv2/types.rb', line 9533 class WAFInvalidParameterException < Struct.new( :message, :field, :parameter, :reason) SENSITIVE = [] include Aws::Structure end |
#parameter ⇒ String
The invalid parameter that resulted in the exception.
9533 9534 9535 9536 9537 9538 9539 9540 |
# File 'lib/aws-sdk-wafv2/types.rb', line 9533 class WAFInvalidParameterException < Struct.new( :message, :field, :parameter, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Additional information about the exception.
9533 9534 9535 9536 9537 9538 9539 9540 |
# File 'lib/aws-sdk-wafv2/types.rb', line 9533 class WAFInvalidParameterException < Struct.new( :message, :field, :parameter, :reason) SENSITIVE = [] include Aws::Structure end |