:doc:`UserNotifications <../../notifications>` / Client / get_managed_notification_configuration

**************************************
get_managed_notification_configuration
**************************************



.. py:method:: UserNotifications.Client.get_managed_notification_configuration(**kwargs)

  

  Returns a specified ``ManagedNotificationConfiguration``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/notifications-2018-05-10/GetManagedNotificationConfiguration>`_  


  **Request Syntax**
  ::

    response = client.get_managed_notification_configuration(
        arn='string'
    )
    
  :type arn: string
  :param arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the ``ManagedNotificationConfiguration`` to return.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'arn': 'string',
          'name': 'string',
          'description': 'string',
          'category': 'string',
          'subCategory': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **arn** *(string) --* 

        The ARN of the ``ManagedNotificationConfiguration`` resource.

        
      

      - **name** *(string) --* 

        The name of the ``ManagedNotificationConfiguration``.

        
      

      - **description** *(string) --* 

        The description of the ``ManagedNotificationConfiguration``.

        
      

      - **category** *(string) --* 

        The category of the ``ManagedNotificationConfiguration``.

        
      

      - **subCategory** *(string) --* 

        The subCategory of the ``ManagedNotificationConfiguration``.

        
  
  **Exceptions**
  
  *   :py:class:`UserNotifications.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`UserNotifications.Client.exceptions.ValidationException`

  
  *   :py:class:`UserNotifications.Client.exceptions.InternalServerException`

  
  *   :py:class:`UserNotifications.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`UserNotifications.Client.exceptions.ThrottlingException`

  