:doc:`BillingConductor <../../billingconductor>` / Client / update_pricing_plan

*******************
update_pricing_plan
*******************



.. py:method:: BillingConductor.Client.update_pricing_plan(**kwargs)

  

  This updates an existing pricing plan.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/UpdatePricingPlan>`_  


  **Request Syntax**
  ::

    response = client.update_pricing_plan(
        Arn='string',
        Name='string',
        Description='string'
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the pricing plan that you're updating.

    

  
  :type Name: string
  :param Name: 

    The name of the pricing plan. The name must be unique to each pricing plan.

    

  
  :type Description: string
  :param Description: 

    The description of the pricing plan.

    

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

    
    ::

      {
          'Arn': 'string',
          'Name': 'string',
          'Description': 'string',
          'Size': 123,
          'LastModifiedTime': 123
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Arn** *(string) --* 

        The Amazon Resource Name (ARN) of the updated pricing plan.

        
      

      - **Name** *(string) --* 

        The name of the pricing plan. The name must be unique to each pricing plan.

        
      

      - **Description** *(string) --* 

        The new description for the pricing rule.

        
      

      - **Size** *(integer) --* 

        The pricing rules count that's currently associated with this pricing plan list.

        
      

      - **LastModifiedTime** *(integer) --* 

        The most recent time when the pricing plan was modified.

        
  
  **Exceptions**
  
  *   :py:class:`BillingConductor.Client.exceptions.ConflictException`

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

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

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

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

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

  