Enum rusoto_redshift::CreateEventSubscriptionError [] [src]

pub enum CreateEventSubscriptionError {
    EventSubscriptionQuotaExceededFault(String),
    InvalidTagFault(String),
    SNSInvalidTopicFault(String),
    SNSNoAuthorizationFault(String),
    SNSTopicArnNotFoundFault(String),
    SourceNotFoundFault(String),
    SubscriptionAlreadyExistFault(String),
    SubscriptionCategoryNotFoundFault(String),
    SubscriptionEventIdNotFoundFault(String),
    SubscriptionSeverityNotFoundFault(String),
    TagLimitExceededFault(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by CreateEventSubscription

Variants

The request would exceed the allowed number of event subscriptions for this account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

The tag is invalid.

Amazon SNS has responded that there is a problem with the specified Amazon SNS topic.

You do not have permission to publish to the specified Amazon SNS topic.

An Amazon SNS topic with the specified Amazon Resource Name (ARN) does not exist.

The specified Amazon Redshift event source could not be found.

There is already an existing event notification subscription with the specified name.

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.

An Amazon Redshift event with the specified event ID does not exist.

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.

The request exceeds the limit of 10 tags for the resource.

An error occurred dispatching the HTTP request

An error was encountered with AWS credentials.

A validation error occurred. Details from AWS are provided.

An unknown error occurred. The raw HTTP response is provided.

Methods

impl CreateEventSubscriptionError
[src]

Trait Implementations

impl Debug for CreateEventSubscriptionError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CreateEventSubscriptionError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl From<XmlParseError> for CreateEventSubscriptionError
[src]

[src]

Performs the conversion.

impl From<CredentialsError> for CreateEventSubscriptionError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for CreateEventSubscriptionError
[src]

[src]

Performs the conversion.

impl From<Error> for CreateEventSubscriptionError
[src]

[src]

Performs the conversion.

impl Display for CreateEventSubscriptionError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for CreateEventSubscriptionError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more