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

.NET Framework 4.5
 
Modifies an existing Amazon Redshift event notification subscription.

Namespace: Amazon.Redshift
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual ModifyEventSubscriptionResponse ModifyEventSubscription(
         ModifyEventSubscriptionRequest request
)

Parameters

request
Type: Amazon.Redshift.Model.ModifyEventSubscriptionRequest

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

Return Value
Type: Amazon.Redshift.Model.ModifyEventSubscriptionResponse
The response from the ModifyEventSubscription service method, as returned by Redshift.

Exceptions

ExceptionCondition
InvalidSubscriptionStateException The subscription request is invalid because it is a duplicate request. This subscription request is already in progress.
SNSInvalidTopicException Amazon SNS has responded that there is a problem with the specified Amazon SNS topic.
SNSNoAuthorizationException You do not have permission to publish to the specified Amazon SNS topic.
SNSTopicArnNotFoundException An Amazon SNS topic with the specified Amazon Resource Name (ARN) does not exist.
SourceNotFoundException The specified Amazon Redshift event source could not be found.
SubscriptionCategoryNotFoundException The value specified for the event category was not one of the allowed values, or it specified a category that does not apply to the specified source type. The allowed values are Configuration, Management, Monitoring, and Security.
SubscriptionEventIdNotFoundException An Amazon Redshift event with the specified event ID does not exist.
SubscriptionNotFoundException An Amazon Redshift event notification subscription with the specified name does not exist.
SubscriptionSeverityNotFoundException The value specified for the event severity was not one of the allowed values, or it specified a severity that does not apply to the specified source type. The allowed values are ERROR and INFO.

Version Information

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