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.

Deletes one or more custom attributes from an Amazon ECS resource.

Note:

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

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

Syntax

C#
public abstract DeleteAttributesResponse DeleteAttributes(
         DeleteAttributesRequest request
)

Parameters

request
Type: Amazon.ECS.Model.DeleteAttributesRequest

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

Return Value


The response from the DeleteAttributes service method, as returned by ECS.

Exceptions

ExceptionCondition
ClusterNotFoundException The specified cluster wasn't found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region specific.
InvalidParameterException The specified parameter isn't valid. Review the available parameters for the API request.
TargetNotFoundException The specified target wasn't found. You can view your available container instances with ListContainerInstances. Amazon ECS container instances are cluster-specific and Region-specific.

Version Information

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

See Also