# sigma\_scheduled\_query\_run\_error

From **Stripe API**.

- Type: `object`

## Properties

### `message`

- Required: true
- Type: `string`
- maxLength: `5000`

Information about the run failure.

## JSON Schema

```json
{"properties":{"message":{"description":"Information about the run failure.","maxLength":5000,"type":"string"}},"required":["message"],"title":"SigmaScheduledQueryRunError","type":"object","x-expandableFields":[]}
```
