Inspector2.Client.disassociate_member(**kwargs)¶Disassociates a member account from an Amazon Inspector delegated administrator.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_member(
accountId='string'
)
[REQUIRED]
The Amazon Web Services account ID of the member account to disassociate.
{
'accountId': 'string'
}
Response Structure
The Amazon Web Services account ID of the successfully disassociated member.
Exceptions
Inspector2.Client.exceptions.ValidationExceptionInspector2.Client.exceptions.AccessDeniedExceptionInspector2.Client.exceptions.ThrottlingExceptionInspector2.Client.exceptions.InternalServerException