Enum aws_sdk_sns::error::DeleteTopicErrorKind
source ·
[−]#[non_exhaustive]
pub enum DeleteTopicErrorKind {
AuthorizationErrorException(AuthorizationErrorException),
ConcurrentAccessException(ConcurrentAccessException),
InternalErrorException(InternalErrorException),
InvalidParameterException(InvalidParameterException),
NotFoundException(NotFoundException),
StaleTagException(StaleTagException),
TagPolicyException(TagPolicyException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the DeleteTopic operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AuthorizationErrorException(AuthorizationErrorException)
Tuple Fields
Indicates that the user has been denied access to the requested resource.
ConcurrentAccessException(ConcurrentAccessException)
Tuple Fields
Can't perform multiple operations on a tag simultaneously. Perform the operations sequentially.
InternalErrorException(InternalErrorException)
Tuple Fields
Indicates an internal service error.
InvalidParameterException(InvalidParameterException)
Tuple Fields
Indicates that a request parameter does not comply with the associated constraints.
NotFoundException(NotFoundException)
Tuple Fields
Indicates that the requested resource does not exist.
StaleTagException(StaleTagException)
Tuple Fields
A tag has been added to a resource with the same ARN as a deleted resource. Wait a short while and then retry the operation.
TagPolicyException(TagPolicyException)
Tuple Fields
The request doesn't comply with the IAM tag policy. Correct your request and then retry it.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DeleteTopicErrorKind
impl Send for DeleteTopicErrorKind
impl Sync for DeleteTopicErrorKind
impl Unpin for DeleteTopicErrorKind
impl !UnwindSafe for DeleteTopicErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
