Class: Aws::Redshift::Errors::SNSTopicArnNotFoundFault
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Redshift::Errors::SNSTopicArnNotFoundFault
 
 
- Defined in:
 - lib/aws-sdk-redshift/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.
      1208 1209 1210  | 
    
      # File 'lib/aws-sdk-redshift/errors.rb', line 1208 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  |