disableNotificationsAccessForOrganization method

Future<void> disableNotificationsAccessForOrganization()

Disables service trust between User Notifications and Amazon Web Services Organizations.

May throw AccessDeniedException. May throw ConflictException. May throw InternalServerException. May throw ResourceNotFoundException. May throw ServiceQuotaExceededException. May throw ThrottlingException. May throw ValidationException.

Implementation

Future<void> disableNotificationsAccessForOrganization() async {
  final response = await _protocol.send(
    payload: null,
    method: 'DELETE',
    requestUri: '/organization/access',
    exceptionFnMap: _exceptionFns,
  );
}