# File lib/aws/rds/db_snapshot.rb, line 140
      def exists?
        begin
          get_resource
          true
        rescue AWS::RDS::Errors::DBSnapshotNotFound
          false
        end
      end