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.

Removes a notification channel from DevOps Guru. A notification channel is used to notify you when DevOps Guru generates an insight that contains information about how to improve your operations.

Note:

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

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

Syntax

C#
public virtual RemoveNotificationChannelResponse RemoveNotificationChannel(
         RemoveNotificationChannelRequest request
)

Parameters

request
Type: Amazon.DevOpsGuru.Model.RemoveNotificationChannelRequest

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

Return Value


The response from the RemoveNotificationChannel service method, as returned by DevOpsGuru.

Exceptions

ExceptionCondition
AccessDeniedException You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
ConflictException An exception that is thrown when a conflict occurs.
InternalServerException An internal failure in an Amazon service occurred.
ResourceNotFoundException A requested resource could not be found
ThrottlingException The request was denied due to a request throttling.
ValidationException Contains information about data passed in to a field during a request that is not valid.

Version Information

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

See Also