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