Class: Aws::WAFRegional::Errors::WAFSubscriptionNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WAFRegional::Errors::WAFSubscriptionNotFoundException
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/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.
317 318 319 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/errors.rb', line 317 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
322 323 324 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/errors.rb', line 322 def @message || @data[:message] end |