# File lib/fog/aws/parsers/elasticache/modify_parameter_group.rb, line 14 def end_element(name) case name when 'ModifyCacheParameterGroupResult' @response[name] = @parameter_group reset_parameter_group else super end end