:doc:`ElasticBeanstalk <../../elasticbeanstalk>` / Client / describe_account_attributes

***************************
describe_account_attributes
***************************



.. py:method:: ElasticBeanstalk.Client.describe_account_attributes()

  

  Returns attributes related to AWS Elastic Beanstalk that are associated with the calling AWS account.

   

  The result currently has one set of attributes—resource quotas.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeAccountAttributes>`_  


  **Request Syntax**

  ::

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

    
    ::

      {
          'ResourceQuotas': {
              'ApplicationQuota': {
                  'Maximum': 123
              },
              'ApplicationVersionQuota': {
                  'Maximum': 123
              },
              'EnvironmentQuota': {
                  'Maximum': 123
              },
              'ConfigurationTemplateQuota': {
                  'Maximum': 123
              },
              'CustomPlatformQuota': {
                  'Maximum': 123
              }
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ResourceQuotas** *(dict) --* 

        The Elastic Beanstalk resource quotas associated with the calling AWS account.

        
        

        - **ApplicationQuota** *(dict) --* 

          The quota for applications in the AWS account.

          
          

          - **Maximum** *(integer) --* 

            The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.

            
      
        

        - **ApplicationVersionQuota** *(dict) --* 

          The quota for application versions in the AWS account.

          
          

          - **Maximum** *(integer) --* 

            The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.

            
      
        

        - **EnvironmentQuota** *(dict) --* 

          The quota for environments in the AWS account.

          
          

          - **Maximum** *(integer) --* 

            The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.

            
      
        

        - **ConfigurationTemplateQuota** *(dict) --* 

          The quota for configuration templates in the AWS account.

          
          

          - **Maximum** *(integer) --* 

            The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.

            
      
        

        - **CustomPlatformQuota** *(dict) --* 

          The quota for custom platforms in the AWS account.

          
          

          - **Maximum** *(integer) --* 

            The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.

            
      
    
  
  **Exceptions**
  
  *   :py:class:`ElasticBeanstalk.Client.exceptions.InsufficientPrivilegesException`

  