| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique ID | [optional] |
| createdAt | DateTime | ISO 8601 timestamp when the resource was created | [optional] |
| code | String | The code used for this result | [optional] |
| language | String | The language of the code. Valid values are ruby, javascript | [optional] |
| status | String | Status of the result. Valid values are running, failed, complete | [optional] |
| updatedAt | DateTime | ISO 8601 timestamp when the resource was updated | [optional] |
| errorMessages | List<String> | Error messages that occurred while running the code | [optional] |
| externalAccount | ExternalAccount | Associated External Account | [optional] |
| externalAccountId | Integer | Associated External Account ID | [optional] |
| region | Region | Associated Region | [optional] |
| regionId | Integer | Associated Region ID | [optional] |
| definition | CustomSignatureDefinition | Associated Definition | [optional] |
| definitionId | Integer | Associated Definition ID | [optional] |
| alerts | List<Alert> | Associated Alerts | [optional] |
This repository was archived by the owner on Jan 12, 2021. It is now read-only.