Class: Aws::Route53::Errors::NoSuchChange
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Route53::Errors::NoSuchChange
 
 
- Defined in:
 - lib/aws-sdk-route53/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ NoSuchChange 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of NoSuchChange.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchChange
Returns a new instance of NoSuchChange.
      716 717 718  | 
    
      # File 'lib/aws-sdk-route53/errors.rb', line 716 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      721 722 723  | 
    
      # File 'lib/aws-sdk-route53/errors.rb', line 721 def @message || @data[:message] end  |