:doc:`ServiceQuotas <../../service-quotas>` / Client / get_auto_management_configuration

*********************************
get_auto_management_configuration
*********************************



.. py:method:: ServiceQuotas.Client.get_auto_management_configuration()

  

  Retrieves information about your `Service Quotas Automatic Management <https://docs.aws.amazon.com/servicequotas/latest/userguide/automatic-management.html>`__ configuration. Automatic Management monitors your Service Quotas utilization and notifies you before you run out of your allocated quotas.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/GetAutoManagementConfiguration>`_  


  **Request Syntax**
  ::

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

    
    ::

      {
          'OptInLevel': 'ACCOUNT',
          'OptInType': 'NotifyOnly'|'NotifyAndAdjust',
          'NotificationArn': 'string',
          'OptInStatus': 'ENABLED'|'DISABLED',
          'ExclusionList': {
              'string': [
                  {
                      'QuotaCode': 'string',
                      'QuotaName': 'string'
                  },
              ]
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **OptInLevel** *(string) --* 

        Information on the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.

        
      

      - **OptInType** *(string) --* 

        Information on the opt-in type for Automatic Management. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.

        
      

      - **NotificationArn** *(string) --* 

        The `User Notifications <https://docs.aws.amazon.com/notifications/latest/userguide/resource-level-permissions.html#rlp-table>`__ Amazon Resource Name (ARN) for Automatic Management notifications.

        
      

      - **OptInStatus** *(string) --* 

        Status on whether Automatic Management is started or stopped.

        
      

      - **ExclusionList** *(dict) --* 

        List of Amazon Web Services services excluded from Automatic Management. You won't be notified of Service Quotas utilization for Amazon Web Services services added to the Automatic Management exclusion list.

        
        

        - *(string) --* 
          

          - *(list) --* 
            

            - *(dict) --* 

              Information on your Service Quotas for `Service Quotas Automatic Management <https://docs.aws.amazon.com/servicequotas/latest/userguide/automatic-management.html>`__. Automatic Management monitors your Service Quotas utilization and notifies you before you run out of your allocated quotas.

              
              

              - **QuotaCode** *(string) --* 

                The Service Quotas code for the Amazon Web Services service monitored with Automatic Management.

                
              

              - **QuotaName** *(string) --* 

                The Service Quotas name for the Amazon Web Services service monitored with Automatic Management.

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

  
  *   :py:class:`ServiceQuotas.Client.exceptions.NoSuchResourceException`

  
  *   :py:class:`ServiceQuotas.Client.exceptions.IllegalArgumentException`

  
  *   :py:class:`ServiceQuotas.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`ServiceQuotas.Client.exceptions.ServiceException`

  