# File lib/aws/rds/db_instance.rb, line 195
      def exists?
        begin
          get_resource
          true
        rescue AWS::RDS::Errors::DBInstanceNotFound
          false
        end
      end