# File lib/aws/sns/subscription.rb, line 122
      def exists?
        begin
          get_attributes
          true
        rescue Errors::NotFound, Errors::InvalidParameter
          false
        end
      end