Values.WAFInvalidParameterExceptionSourceThe 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.
type nonrec t = {message : ErrorMessage.t option;field : ParameterExceptionField.t option;The settings where the invalid parameter was found.
*)parameter : ParameterExceptionParameter.t option;The invalid parameter that resulted in the exception.
*)reason : ErrorReason.t option;Additional information about the exception.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]