Class: Aws::WAFV2::Errors::WAFSubscriptionNotFoundException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::WAFV2::Errors::WAFSubscriptionNotFoundException
- Defined in:
- sig/errors.rbs,
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.
312 313 314 |
# File 'lib/aws-sdk-wafv2/errors.rb', line 312 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
317 |
# File 'lib/aws-sdk-wafv2/errors.rb', line 317
def message: () -> ::String
|