# AthenaOperationResult

Model ID: `AthenaOperationResult`

Normalized envelope for any Athena write (create/update/delete/action).

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `error` | `string|null` | No |  |  | `null` | Yes |  |
| `ids` | `object|null` | No |  |  | `null` | Yes |  |
| `raw` | `object|null` | No |  |  | `null` | Yes |  |
| `success` | `boolean|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
