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.

Returns information about a specific operation performed on a Managed Service for Apache Flink application

Note:

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

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

Syntax

C#
public virtual DescribeApplicationOperationResponse DescribeApplicationOperation(
         DescribeApplicationOperationRequest request
)

Parameters

request
Type: Amazon.KinesisAnalyticsV2.Model.DescribeApplicationOperationRequest

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

Return Value


The response from the DescribeApplicationOperation service method, as returned by KinesisAnalyticsV2.

Exceptions

ExceptionCondition
InvalidArgumentException The specified input parameter value is not valid.
ResourceNotFoundException Specified application can't be found.
UnsupportedOperationException The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.

Version Information

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

See Also