# File lib/aws/core/xml_grammar.rb, line 48
        def respond_to?(m)
          @data.key?(m.to_sym) or super
        end