Class: Aws::WAFV2::Types::WAFInvalidParameterException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafv2/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

Instance Attribute Details

#fieldString

The settings where the invalid parameter was found.

Returns:

  • (String)


9402
9403
9404
9405
9406
9407
9408
9409
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 9402

class WAFInvalidParameterException < Struct.new(
  :message,
  :field,
  :parameter,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


9402
9403
9404
9405
9406
9407
9408
9409
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 9402

class WAFInvalidParameterException < Struct.new(
  :message,
  :field,
  :parameter,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#parameterString

The invalid parameter that resulted in the exception.

Returns:

  • (String)


9402
9403
9404
9405
9406
9407
9408
9409
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 9402

class WAFInvalidParameterException < Struct.new(
  :message,
  :field,
  :parameter,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

Additional information about the exception.

Returns:

  • (String)


9402
9403
9404
9405
9406
9407
9408
9409
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 9402

class WAFInvalidParameterException < Struct.new(
  :message,
  :field,
  :parameter,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end