

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 診斷串流限制
<a name="diagnosing-stream-limits"></a>

**故障診斷「超過您 AWS 帳戶的串流限制」**

如果您看到 `"Error: You have exceeded the limit for the number of streams in your AWS account."`，您可以清除帳戶中未使用的串流，而不要求增加限制。

若要清除您使用 AWS CLI 或 SDK 建立的未使用串流：

```
aws iot delete-stream –stream-id value
```

如需詳細資訊，請參閱 [delete-stream](https://docs.aws.amazon.com/cli/latest/reference/iot/delete-stream.html)。

**注意**  
您可使用 `list-streams` 命令來找出串流 ID。