:doc:`Artifact <../../artifact>` / Client / get_account_settings

********************
get_account_settings
********************



.. py:method:: Artifact.Client.get_account_settings()

  

  Get the account settings for Artifact.

  

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


  **Request Syntax**
  ::

    response = client.get_account_settings()
    
    
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'accountSettings': {
              'notificationSubscriptionStatus': 'SUBSCRIBED'|'NOT_SUBSCRIBED'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **accountSettings** *(dict) --* 

        Account settings for the customer.

        
        

        - **notificationSubscriptionStatus** *(string) --* 

          Notification subscription status of the customer.

          
    
  
  **Exceptions**
  
  *   :py:class:`Artifact.Client.exceptions.ResourceNotFoundException`

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

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

  
  *   :py:class:`Artifact.Client.exceptions.ConflictException`

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

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

  
  *   :py:class:`Artifact.Client.exceptions.ServiceQuotaExceededException`

  