Values.GetMembersResponseSourceReturns the membership details for specified member accounts for a behavior graph.
type nonrec t = {memberDetails : MemberDetailList.t option;The member account details that Detective is returning in response to the request.
*)unprocessedAccounts : UnprocessedAccountList.t option;The requested member accounts for which Detective was unable to return member details. For each account, provides the reason why the request could not be processed.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Percentage.t
| `Enum of string
| `Long of ByteValue.t
| `Map of
([> `Enum of string ]
* [> `Enum of string
| `Structure of
(string
* [> `Long of ByteValue.t
| `Timestamp of Timestamp.t ])
list ])
list
| `String of AccountId.t
| `Timestamp of Timestamp.t ])
list ]
list ])
list ]