AuditManager / Client / deregister_account
deregister_account#
- AuditManager.Client.deregister_account()#
Deregisters an account in Audit Manager.
Note
Before you deregister, you can use the UpdateSettings API operation to set your preferred data retention policy. By default, Audit Manager retains your data. If you want to delete your data, you can use the
DeregistrationPolicy
attribute to request the deletion of your data.For more information about data retention, see Data Protection in the Audit Manager User Guide.
See also: AWS API Documentation
Request Syntax
response = client.deregister_account()
- Return type:
dict
- Returns:
Response Syntax
{ 'status': 'ACTIVE'|'INACTIVE'|'PENDING_ACTIVATION' }
Response Structure
(dict) –
status (string) –
The registration status of the account.
Exceptions
AuditManager.Client.exceptions.ValidationException
AuditManager.Client.exceptions.AccessDeniedException
AuditManager.Client.exceptions.InternalServerException
AuditManager.Client.exceptions.ResourceNotFoundException