# File lib/fog/aws/parsers/elasticache/describe_cache_subnet_groups.rb, line 8
          def reset
            @response = { 'DescribeCacheSubnetGroupsResult' => {'CacheSubnetGroups' => []}, 'ResponseMetadata' => {} }
            super
          end