Class WafInvalidParameterException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<WafInvalidParameterException.Builder,WafInvalidParameterException>

@Generated("software.amazon.awssdk:codegen") public final class WafInvalidParameterException extends Wafv2Exception implements ToCopyableBuilder<WafInvalidParameterException.Builder,WafInvalidParameterException>

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.

See Also: