Module Values.AutomatedDiscoveryAccountUpdateErrorSource

Provides information about a request that failed to change the status of automated sensitive data discovery for an Amazon Macie account.

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

    The Amazon Web Services account ID for the account that the request applied to.

    *)
  2. errorCode : AutomatedDiscoveryAccountUpdateErrorCode.t option;
    (*

    The error code for the error that caused the request to fail for the account (accountId). Possible values are: ACCOUNT_NOT_FOUND, the account doesn't exist or you're not the Amazon Macie administrator for the account; and, ACCOUNT_PAUSED, Macie isn't enabled for the account in the current Amazon Web Services Region.

    *)
}
Sourceval make : ?accountId:??? -> ?errorCode:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of string ]) 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