Values.GetAccountStatusResponseSourceGets the registration status of an account in Audit Manager.
type nonrec t = {status : AccountStatus.t option;The status of the Amazon Web Services account.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option ]