Class: Aws::WAFV2::Errors::WAFAssociatedItemException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of WAFAssociatedItemException.

Parameters:



61
62
63
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/errors.rb', line 61

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

Instance Method Details

#messageString

Returns:

  • (String)


66
67
68
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/errors.rb', line 66

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