class Aws::WAF::Errors::WAFInvalidParameterException
Public Class Methods
new(context, message, data = Aws::EmptyStructure.new)
click to toggle source
@param [Seahorse::Client::RequestContext] context @param [String] message @param [Aws::WAF::Types::WAFInvalidParameterException] data
Calls superclass method
# File lib/aws-sdk-waf/errors.rb, line 156 def initialize(context, message, data = Aws::EmptyStructure.new) super(context, message, data) end
Public Instance Methods
field()
click to toggle source
@return [String]
# File lib/aws-sdk-waf/errors.rb, line 161 def field @data[:field] end
parameter()
click to toggle source
@return [String]
# File lib/aws-sdk-waf/errors.rb, line 166 def parameter @data[:parameter] end
reason()
click to toggle source
@return [String]
# File lib/aws-sdk-waf/errors.rb, line 171 def reason @data[:reason] end