Enum rusoto_dms::ModifyEventSubscriptionError[][src]

pub enum ModifyEventSubscriptionError {
    KMSAccessDeniedFault(String),
    KMSDisabledFault(String),
    KMSInvalidStateFault(String),
    KMSNotFoundFault(String),
    KMSThrottlingFault(String),
    ResourceNotFoundFault(String),
    ResourceQuotaExceededFault(String),
    SNSInvalidTopicFault(String),
    SNSNoAuthorizationFault(String),
}
Expand description

Errors returned by ModifyEventSubscription

Variants

KMSAccessDeniedFault(String)

The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.

KMSDisabledFault(String)

The specified master key (CMK) isn't enabled.

KMSInvalidStateFault(String)

The state of the specified AWS KMS resource isn't valid for this request.

KMSNotFoundFault(String)

The specified AWS KMS entity or resource can't be found.

KMSThrottlingFault(String)

This request triggered AWS KMS request throttling.

ResourceNotFoundFault(String)

The resource could not be found.

ResourceQuotaExceededFault(String)

The quota for this resource quota has been exceeded.

SNSInvalidTopicFault(String)

The SNS topic is invalid.

SNSNoAuthorizationFault(String)

You are not authorized for the SNS subscription.

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

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

🔬 This is a nightly-only experimental API. (backtrace)

Returns a stack backtrace, if available, of where this error occurred. Read more

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.