Inspector2.Client.disable_delegated_admin_account(**kwargs)¶Disables the Amazon Inspector delegated administrator for your organization.
See also: AWS API Documentation
Request Syntax
response = client.disable_delegated_admin_account(
delegatedAdminAccountId='string'
)
[REQUIRED]
The Amazon Web Services account ID of the current Amazon Inspector delegated administrator.
{
'delegatedAdminAccountId': 'string'
}
Response Structure
The Amazon Web Services account ID of the successfully disabled delegated administrator.
Exceptions
Inspector2.Client.exceptions.ConflictExceptionInspector2.Client.exceptions.ValidationExceptionInspector2.Client.exceptions.AccessDeniedExceptionInspector2.Client.exceptions.ResourceNotFoundExceptionInspector2.Client.exceptions.ThrottlingExceptionInspector2.Client.exceptions.InternalServerException