# File lib/aws/core/xml/frame_stack.rb, line 44
        def start_element element_name, attributes = {}
          @frame = @frame.build_child_frame(element_name)
          self.attributes(attributes)
          nil
        end