disableSecurityHubV2 method
Disable the service for the current Amazon Web Services Region or specified Amazon Web Services Region.
May throw AccessDeniedException.
May throw InternalServerException.
May throw ThrottlingException.
May throw ValidationException.
Implementation
Future<void> disableSecurityHubV2() async {
final response = await _protocol.send(
payload: null,
method: 'DELETE',
requestUri: '/hubv2',
exceptionFnMap: _exceptionFns,
);
}