disassociate_delegate_from_resource(**kwargs)¶Removes a member from the resource's set of delegates.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_delegate_from_resource(
OrganizationId='string',
ResourceId='string',
EntityId='string'
)
[REQUIRED]
The identifier for the organization under which the resource exists.
[REQUIRED]
The identifier of the resource from which delegates' set members are removed.
[REQUIRED]
The identifier for the member (user, group) to be removed from the resource's delegates.
dict
Response Syntax
{}
Response Structure
Exceptions
WorkMail.Client.exceptions.EntityNotFoundExceptionWorkMail.Client.exceptions.EntityStateExceptionWorkMail.Client.exceptions.InvalidParameterExceptionWorkMail.Client.exceptions.OrganizationNotFoundExceptionWorkMail.Client.exceptions.OrganizationStateException