# File lib/aws/ec2/dhcp_options.rb, line 90
      def exists?
        begin
          get_resource
          true
        rescue Errors::InvalidDhcpOptionID::NotFound
          false
        end
      end