Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_pricing_plan

update_pricing_plan(**kwargs)

This updates an existing pricing plan.

See also: AWS API Documentation

Request Syntax

response = client.update_pricing_plan(
    Arn='string',
    Name='string',
    Description='string'
)
Parameters
  • Arn (string) --

    [REQUIRED]

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

  • Name (string) -- The name of the pricing plan. The name must be unique to each pricing plan.
  • Description (string) -- The description of the pricing plan.
Return type

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

  • BillingConductor.Client.exceptions.ThrottlingException
  • BillingConductor.Client.exceptions.ConflictException
  • BillingConductor.Client.exceptions.AccessDeniedException
  • BillingConductor.Client.exceptions.ValidationException
  • BillingConductor.Client.exceptions.InternalServerException
  • BillingConductor.Client.exceptions.ResourceNotFoundException