Values.ScheduleRunResultSourceRepresents the result of a schedule run request.
type nonrec error = [ | `ArgumentException of ArgumentException.t| `IdempotencyException of IdempotencyException.t| `LimitExceededException of LimitExceededException.t| `NotFoundException of NotFoundException.t| `ServiceAccountException of ServiceAccountException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ArgumentException of ArgumentException.t
| `IdempotencyException of IdempotencyException.t
| `LimitExceededException of LimitExceededException.t
| `NotFoundException of NotFoundException.t
| `ServiceAccountException of ServiceAccountException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ArgumentException of ArgumentException.t
| `IdempotencyException of IdempotencyException.t
| `LimitExceededException of LimitExceededException.t
| `NotFoundException of NotFoundException.t
| `ServiceAccountException of ServiceAccountException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of SkipAppResign.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of
(string * [> `String of EnvironmentVariableName.t ])
list ]
list
| `String of AmazonResourceName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list ])
list ]
list
| `Long of Long.t
| `String of AmazonResourceName.t ])
list
| `Timestamp of DateTime.t ])
list ])
list ]