# File lib/fog/aws/parsers/elasticache/create_cache_subnet_group.rb, line 17
          def end_element(name)
            case name
            when 'DBSubnetGroup' then
              @response['CreateCacheSubnetGroupResult']['CacheSubnetGroup'] = @cache_subnet_group
              @cache_subnet_group = fresh_subnet_group
            when 'RequestId'
              @response['ResponseMetadata'][name] = value
            else
              super
            end
          end