Values.GetAccountSettingsResultSourceRepresents the account settings return values from the GetAccountSettings request.
type nonrec error = [ | `ArgumentException of ArgumentException.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
| `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
| `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
| `Integer of JobTimeoutMinutes.t
| `Map of
([> `Enum of string | `String of String_.t ]
* [> `Integer of Integer.t ])
list
| `String of AWSAccountNumber.t
| `Structure of (string * [> `Double of Double.t ]) list ])
list ])
list ]