# File lib/aws/ec2/elastic_ip.rb, line 168 def exists? begin get_resource true rescue Errors::InvalidAddress::NotFound false end end