Class: Aws::WAFV2::Errors::WAFSubscriptionNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WAFV2::Errors::WAFSubscriptionNotFoundException
- Defined in:
- lib/aws-sdk-wafv2/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFSubscriptionNotFoundException
constructor
A new instance of WAFSubscriptionNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFSubscriptionNotFoundException
Returns a new instance of WAFSubscriptionNotFoundException.
291 292 293 |
# File 'lib/aws-sdk-wafv2/errors.rb', line 291 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
296 297 298 |
# File 'lib/aws-sdk-wafv2/errors.rb', line 296 def @message || @data[:message] end |