disassociate_signin_delegate_groups_from_account(**kwargs)¶Disassociates the specified sign-in delegate groups from the specified Amazon Chime account.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_signin_delegate_groups_from_account(
AccountId='string',
GroupNames=[
'string',
]
)
[REQUIRED]
The Amazon Chime account ID.
[REQUIRED]
The sign-in delegate group names.
dict
Response Syntax
{}
Response Structure
Exceptions
Chime.Client.exceptions.UnauthorizedClientExceptionChime.Client.exceptions.NotFoundExceptionChime.Client.exceptions.ForbiddenExceptionChime.Client.exceptions.BadRequestExceptionChime.Client.exceptions.ThrottledClientExceptionChime.Client.exceptions.ServiceUnavailableExceptionChime.Client.exceptions.ServiceFailureException