Class: Aws::Route53::Errors::HostedZoneNotFound
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Route53::Errors::HostedZoneNotFound
 
 
- Defined in:
 - lib/aws-sdk-route53/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ HostedZoneNotFound 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of HostedZoneNotFound.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HostedZoneNotFound
Returns a new instance of HostedZoneNotFound.
      381 382 383  | 
    
      # File 'lib/aws-sdk-route53/errors.rb', line 381 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      386 387 388  | 
    
      # File 'lib/aws-sdk-route53/errors.rb', line 386 def @message || @data[:message] end  |