Class: Aws::SNS::Errors::StaleTagException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::SNS::Errors::StaleTagException
 
 
- Defined in:
 - lib/aws-sdk-sns/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ StaleTagException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of StaleTagException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StaleTagException
Returns a new instance of StaleTagException.
      436 437 438  | 
    
      # File 'lib/aws-sdk-sns/errors.rb', line 436 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      441 442 443  | 
    
      # File 'lib/aws-sdk-sns/errors.rb', line 441 def @message || @data[:message] end  |