Class: Aws::Route53::Errors::NoSuchCidrLocationException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Route53::Errors::NoSuchCidrLocationException
 
 
- Defined in:
 - lib/aws-sdk-route53/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ NoSuchCidrLocationException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of NoSuchCidrLocationException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchCidrLocationException
Returns a new instance of NoSuchCidrLocationException.
      746 747 748  | 
    
      # File 'lib/aws-sdk-route53/errors.rb', line 746 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      751 752 753  | 
    
      # File 'lib/aws-sdk-route53/errors.rb', line 751 def @message || @data[:message] end  |