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