# File lib/fog/aws/parsers/ecs/deregister_container_instance.rb, line 20
          def end_element(name)
            super
            case name
            when 'containerInstance'
              @response[@result][name] = @container_instance
            end
          end