Class: Aws::WAF::Errors::WAFNonEmptyEntityException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-waf/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFNonEmptyEntityException

Returns a new instance of WAFNonEmptyEntityException.

Parameters:



226
227
228
# File 'lib/aws-sdk-waf/errors.rb', line 226

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


231
232
233
# File 'lib/aws-sdk-waf/errors.rb', line 231

def message
  @message || @data[:message]
end