deleteConfiguredAudienceModelPolicy method
Deletes the specified configured audience model policy.
May throw AccessDeniedException.
May throw ResourceNotFoundException.
May throw ValidationException.
Parameter configuredAudienceModelArn :
The Amazon Resource Name (ARN) of the configured audience model policy
that you want to delete.
Implementation
Future<void> deleteConfiguredAudienceModelPolicy({
required String configuredAudienceModelArn,
}) async {
await _protocol.send(
payload: null,
method: 'DELETE',
requestUri:
'/configured-audience-model/${Uri.encodeComponent(configuredAudienceModelArn)}/policy',
exceptionFnMap: _exceptionFns,
);
}