:doc:`WellArchitected <../../wellarchitected>` / Client / list_profile_notifications

**************************
list_profile_notifications
**************************



.. py:method:: WellArchitected.Client.list_profile_notifications(**kwargs)

  

  List profile notifications.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/ListProfileNotifications>`_  


  **Request Syntax**
  ::

    response = client.list_profile_notifications(
        WorkloadId='string',
        NextToken='string',
        MaxResults=123
    )
    
  :type WorkloadId: string
  :param WorkloadId: 

    The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

    

  
  :type NextToken: string
  :param NextToken: 

    The token to use to retrieve the next set of results.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of results to return for this request.

    

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

    
    ::

      {
          'NotificationSummaries': [
              {
                  'CurrentProfileVersion': 'string',
                  'LatestProfileVersion': 'string',
                  'Type': 'PROFILE_ANSWERS_UPDATED'|'PROFILE_DELETED',
                  'ProfileArn': 'string',
                  'ProfileName': 'string',
                  'WorkloadId': 'string',
                  'WorkloadName': 'string'
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **NotificationSummaries** *(list) --* 

        Notification summaries.

        
        

        - *(dict) --* 

          The profile notification summary.

          
          

          - **CurrentProfileVersion** *(string) --* 

            The current profile version.

            
          

          - **LatestProfileVersion** *(string) --* 

            The latest profile version.

            
          

          - **Type** *(string) --* 

            Type of notification.

            
          

          - **ProfileArn** *(string) --* 

            The profile ARN.

            
          

          - **ProfileName** *(string) --* 

            The profile name.

            
          

          - **WorkloadId** *(string) --* 

            The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

            
          

          - **WorkloadName** *(string) --* 

            The name of the workload.

             

            The name must be unique within an account within an Amazon Web Services Region. Spaces and capitalization are ignored when checking for uniqueness.

            
      
    
      

      - **NextToken** *(string) --* 

        The token to use to retrieve the next set of results.

        
  
  **Exceptions**
  
  *   :py:class:`WellArchitected.Client.exceptions.ValidationException`

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

  
  *   :py:class:`WellArchitected.Client.exceptions.AccessDeniedException`

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

  