getDataLakeExceptionSubscription method
Retrieves the protocol and endpoint that were provided when subscribing to Amazon SNS topics for exception notifications.
May throw AccessDeniedException.
May throw BadRequestException.
May throw ConflictException.
May throw InternalServerException.
May throw ResourceNotFoundException.
May throw ThrottlingException.
Implementation
Future<GetDataLakeExceptionSubscriptionResponse>
getDataLakeExceptionSubscription() async {
final response = await _protocol.send(
payload: null,
method: 'GET',
requestUri: '/v1/datalake/exceptions/subscription',
exceptionFnMap: _exceptionFns,
);
return GetDataLakeExceptionSubscriptionResponse.fromJson(response);
}