Class: Aws::WAFV2::Errors::WAFSubscriptionNotFoundException

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) ⇒ WAFSubscriptionNotFoundException

Returns a new instance of WAFSubscriptionNotFoundException.

Parameters:



291
292
293
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/errors.rb', line 291

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

Instance Method Details

#messageString

Returns:

  • (String)


296
297
298
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/errors.rb', line 296

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