Module Values.Result_Source

Details about the account that was not processed.

Sourcetype nonrec t = {
  1. accountId : AccountId.t option;
    (*

    An Amazon Web Services account ID of the account that was not processed.

    *)
  2. processingResult : NonEmptyString.t option;
    (*

    The reason that the account was not processed.

    *)
}
Sourceval make : ?accountId:??? -> ?processingResult:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AccountId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t