Values.BatchGetMemberAccountDetailsResponseSourceProvides information on whether the supplied account IDs are associated with a membership. AWS account ID's may appear less than 12 characters and need to be zero-prepended. An example would be 123123123 which is nine digits, and with zero-prepend would be 000123123123. Not zero-prepending to 12 digits could result in errors.
type nonrec t = {items : GetMembershipAccountDetailItems.t option;The response element providing responses for requests to GetMembershipAccountDetails.
*)errors : GetMembershipAccountDetailErrors.t option;The response element providing error messages for requests to GetMembershipAccountDetails.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `InvalidTokenException of InvalidTokenException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `SecurityIncidentResponseNotActiveException of
SecurityIncidentResponseNotActiveException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `InvalidTokenException of InvalidTokenException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `SecurityIncidentResponseNotActiveException of
SecurityIncidentResponseNotActiveException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `InvalidTokenException of InvalidTokenException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `SecurityIncidentResponseNotActiveException of
SecurityIncidentResponseNotActiveException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of AWSAccountId.t ])
list ]
list ])
list ]