Values.GetServiceRoleForAccountResponseSourceRetrieves the service role that is attached to your account.
type nonrec t = {associatedAt : string option;The time when the service role was associated with the account.
*)roleArn : string option;The ARN of the role which is associated with the account.
*)}type nonrec error = [ | `InternalServerErrorException of InternalServerErrorException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerErrorException of InternalServerErrorException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerErrorException of InternalServerErrorException.t
| `Unknown_operation_error of string * string option ]