Class: Aws::RDS::Errors::SNSTopicArnNotFoundFault Deprecated
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::RDS::Errors::SNSTopicArnNotFoundFault
 
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/errors.rb
Overview
Deprecated. 
  This error class is not used during parsing.
Please use SNSTopicArnNotFound instead.
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.
| 1647 1648 1649 | # File 'gems/aws-sdk-rds/lib/aws-sdk-rds/errors.rb', line 1647 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |