# File lib/fog/aws/parsers/compute/start_stop_instances.rb, line 14
          def start_element(name, attrs = [])
            super
            case name
            when 'currentState', 'previousState'
              @state = name
            end
          end