disassociateFromAdministratorAccount method

Future<void> disassociateFromAdministratorAccount()

Disassociates a member account from its Amazon Macie administrator account.

May throw AccessDeniedException. May throw ConflictException. May throw InternalServerException. May throw ResourceNotFoundException. May throw ServiceQuotaExceededException. May throw ThrottlingException. May throw ValidationException.

Implementation

Future<void> disassociateFromAdministratorAccount() async {
  final response = await _protocol.send(
    payload: null,
    method: 'POST',
    requestUri: '/administrator/disassociate',
    exceptionFnMap: _exceptionFns,
  );
}