disableSecurityHubV2 method

Future<void> disableSecurityHubV2()

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,
  );
}