Class: Aws::RDS::Errors::SNSTopicArnNotFoundFault
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::RDS::Errors::SNSTopicArnNotFoundFault
- Defined in:
- lib/aws-sdk-rds/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SNSTopicArnNotFoundFault
constructor
A new instance of SNSTopicArnNotFoundFault.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SNSTopicArnNotFoundFault
Returns a new instance of SNSTopicArnNotFoundFault.
1467 1468 1469 |
# File 'lib/aws-sdk-rds/errors.rb', line 1467 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |