The error message means that SSMS was not able to find the SQL Server instance you were trying to connect to. There are many possible reasons. Here is a sample:
- Fat-fingering the server and / or the instance name.
- SQL Server is not running.
- There is not SQL Server at all installed on the machine.
- Firewall blocking the way.
Since we don't know your environment, we cannot easily point to the exact cause in your case. But use this troubleshooter to investigate.