AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the history for DAILY, MONTHLY, and QUARTERLY budgets. Budget history isn't available for ANNUAL budgets.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DescribeBudgetPerformanceHistoryAsync.

Namespace: Amazon.Budgets
Assembly: AWSSDK.Budgets.dll
Version: 3.x.y.z

Syntax

C#
public virtual DescribeBudgetPerformanceHistoryResponse DescribeBudgetPerformanceHistory(
         DescribeBudgetPerformanceHistoryRequest request
)

Parameters

request
Type: Amazon.Budgets.Model.DescribeBudgetPerformanceHistoryRequest

Container for the necessary parameters to execute the DescribeBudgetPerformanceHistory service method.

Return Value


The response from the DescribeBudgetPerformanceHistory service method, as returned by Budgets.

Exceptions

ExceptionCondition
AccessDeniedException You are not authorized to use this operation with the given parameters.
ExpiredNextTokenException The pagination token expired.
InternalErrorException An error on the server occurred during the processing of your request. Try again later.
InvalidNextTokenException The pagination token is invalid.
InvalidParameterException An error on the client occurred. Typically, the cause is an invalid input value.
NotFoundException We can’t locate the resource that you specified.
ThrottlingException The number of API requests has exceeded the maximum allowed API request throttling limit for the account.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also