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.

Updates existing report in AWS Application Cost Profiler.

Note:

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

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

Syntax

C#
public abstract UpdateReportDefinitionResponse UpdateReportDefinition(
         UpdateReportDefinitionRequest request
)

Parameters

request
Type: Amazon.ApplicationCostProfiler.Model.UpdateReportDefinitionRequest

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

Return Value


The response from the UpdateReportDefinition service method, as returned by ApplicationCostProfiler.

Exceptions

ExceptionCondition
AccessDeniedException You do not have permission to perform this action.
InternalServerException An internal server error occurred. Retry your request.
ThrottlingException The calls to AWS Application Cost Profiler API are throttled. The request was denied.
ValidationException The input fails to satisfy the constraints for the API.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also