Exception: ElasticBeans::DnsEntry::UnhealthyDnsError

Inherits:
Error
  • Object
show all
Defined in:
lib/elastic_beans/dns_entry.rb

Instance Method Summary collapse

Constructor Details

#initialize(name:) ⇒ UnhealthyDnsError

Returns a new instance of UnhealthyDnsError.



121
122
123
# File 'lib/elastic_beans/dns_entry.rb', line 121

def initialize(name:)
  @name = name
end

Instance Method Details

#messageObject



125
126
127
# File 'lib/elastic_beans/dns_entry.rb', line 125

def message
  "DNS entry `#{@name}' is still not updated"
end