# File lib/aws/ec2/vpn_gateway.rb, line 82
      def detach vpc
        client_opts = {}
        client_opts[:vpn_gateway_id] = vpn_gateway_id
        client_opts[:vpc_id] = vpc_id(vpc)
        client.detach_vpn_gateway(client_opts)
        nil
      end