Class: Aws::SNS::Errors::NotFoundException Deprecated
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SNS::Errors::NotFoundException
- Defined in:
- lib/aws-sdk-sns/errors.rb,
sig/errors.rbs
Overview
Deprecated.
This error class is not used during parsing.
Please use NotFound instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
constructor
A new instance of NotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
Returns a new instance of NotFoundException.
430 431 432 |
# File 'lib/aws-sdk-sns/errors.rb', line 430 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
435 |
# File 'lib/aws-sdk-sns/errors.rb', line 435
def message: () -> ::String
|