deleteDataLakeExceptionSubscription method

Future<void> deleteDataLakeExceptionSubscription()

Deletes the specified notification subscription in Amazon Security Lake for the organization you specify.

May throw AccessDeniedException. May throw BadRequestException. May throw ConflictException. May throw InternalServerException. May throw ResourceNotFoundException. May throw ThrottlingException.

Implementation

Future<void> deleteDataLakeExceptionSubscription() async {
  final response = await _protocol.send(
    payload: null,
    method: 'DELETE',
    requestUri: '/v1/datalake/exceptions/subscription',
    exceptionFnMap: _exceptionFns,
  );
}