# ResourceStatus

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/sandbox/_models/ResourceStatus)

Lightweight provisioning status for any async-created resource.

## Signature

```python
ResourceStatus(
    self,
    status: str,
    status_message: Optional[str] = None,
)
```

## Constructors

```python
__init__(
    self,
    status: str,
    status_message: Optional[str] = None,
) -> None
```

| Name | Type |
|------|------|
| `status` | `str` |
| `status_message` | `Optional[str]` |


## Properties

- `status`
- `status_message`

## Methods

- [`from_dict()`](https://reference.langchain.com/python/langsmith/sandbox/_models/ResourceStatus/from_dict)

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/6a74bf5af9e542d8065af8edca54b2448f430916/python/langsmith/sandbox/_models.py#L137)