Values.DisassociateServiceRoleFromAccountResponseSourceDisassociates the service role from your account. Without a service role, deployments will not work.
type nonrec t = {disassociatedAt : string option;The time when the service role was disassociated from 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 ]