disassociateFromMasterAccount method

Future<void> disassociateFromMasterAccount()

(Deprecated) Disassociates a member account from its Amazon Macie administrator account. This operation has been replaced by the DisassociateFromAdministratorAccount operation.

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

Implementation

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