| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Unique ID | [optional] |
| created_at | datetime | ISO 8601 timestamp when the resource was created | [optional] |
| code | str | The code used for this result | [optional] |
| language | str | The language of the code. Valid values are ruby, javascript | [optional] |
| status | str | Status of the result. Valid values are running, failed, complete | [optional] |
| updated_at | datetime | ISO 8601 timestamp when the resource was updated | [optional] |
| error_messages | list[str] | Error messages that occurred while running the code | [optional] |
| external_account | ExternalAccount | Associated External Account | [optional] |
| external_account_id | int | Associated External Account ID | [optional] |
| region | Region | Associated Region | [optional] |
| region_id | int | Associated Region ID | [optional] |
| definition | CustomSignatureDefinition | Associated Definition | [optional] |
| definition_id | int | Associated Definition ID | [optional] |
| alerts | list[Alert] | Associated Alerts | [optional] |