enableNotificationsAccessForOrganization method

Future<void> enableNotificationsAccessForOrganization()

Enables 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> enableNotificationsAccessForOrganization() async {
  final response = await _protocol.send(
    payload: null,
    method: 'POST',
    requestUri: '/organization/access',
    exceptionFnMap: _exceptionFns,
  );
}