# VolumeMountTimeout

**Package:** `flyteplugins.union.errors`

The mount did not become a FUSE mountpoint within the timeout. A kind of
:class:`VolumeMountError`, so ``except VolumeMountError`` catches it too.

## Parameters

```python
class VolumeMountTimeout(
    message: str,
)
```
| Parameter | Type | Description |
|-|-|-|
| `message` | `str` | |

---
**Source**: https://github.com/unionai/unionai-docs/blob/main/content/api-reference/integrations/union/packages/flyteplugins.union.errors/volumemounttimeout.md
**HTML**: https://www.union.ai/docs/v2/flyte/api-reference/integrations/union/packages/flyteplugins.union.errors/volumemounttimeout/
