AWS SDK Version 4 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.

Modifies a usage limit in a cluster. You can't modify the feature type or period of a usage limit.

Note:

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

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

Syntax

C#
public virtual ModifyUsageLimitResponse ModifyUsageLimit(
         ModifyUsageLimitRequest request
)

Parameters

request
Type: Amazon.Redshift.Model.ModifyUsageLimitRequest

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

Return Value


The response from the ModifyUsageLimit service method, as returned by Redshift.

Exceptions

ExceptionCondition
InvalidUsageLimitException The usage limit is not valid.
UnsupportedOperationException The requested operation isn't supported.
UsageLimitNotFoundException The usage limit identifier can't be found.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also