disableMacie method
Disables Amazon Macie and deletes all settings and resources for a Macie 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> disableMacie() async {
final response = await _protocol.send(
payload: null,
method: 'DELETE',
requestUri: '/macie',
exceptionFnMap: _exceptionFns,
);
}