> For the complete documentation index, see [llms.txt](https://smallso.gitbook.io/tencent-cloud-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smallso.gitbook.io/tencent-cloud-sdk/python-docs/other-products/exceptions/occupied-error.md).

# OccupiedError 异常

## 简要

该异常指示正在操作的资源正在使用（被占用）。

例如尝试将 Proxies 实例中正在使用的默认代理服务器移除时将引发此异常。

```python
class OccupiedError(Error)
```

继承：`tencent.cloud.core.errors.Error` 类

## 适用于

#### Tencent Cloud SDK for Python

产品软件包：tencent-cloud-sdk-core >= 0.1.1
