Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 1.34 KB

File metadata and controls

21 lines (18 loc) · 1.34 KB

ESP::CustomSignatureResult

Properties

Name Type Description Notes
id Integer Unique ID [optional]
created_at 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]
updated_at DateTime ISO 8601 timestamp when the resource was updated [optional]
error_messages Array<String> Error messages that occurred while running the code [optional]
external_account ExternalAccount Associated External Account [optional]
external_account_id Integer Associated External Account ID [optional]
region Region Associated Region [optional]
region_id Integer Associated Region ID [optional]
definition CustomSignatureDefinition Associated Definition [optional]
definition_id Integer Associated Definition ID [optional]
alerts Array<Alert> Associated Alerts [optional]