# File lib/aws/core/xml_grammar.rb, line 658
        def context
          @context ||= (self.ignored? ? parent_frame.context : construct_context)
        end