Enum aws_sdk_sns::error::CreateTopicErrorKind [−][src]
#[non_exhaustive]
pub enum CreateTopicErrorKind {
AuthorizationErrorException(AuthorizationErrorException),
ConcurrentAccessException(ConcurrentAccessException),
InternalErrorException(InternalErrorException),
InvalidParameterException(InvalidParameterException),
InvalidSecurityException(InvalidSecurityException),
StaleTagException(StaleTagException),
TagLimitExceededException(TagLimitExceededException),
TagPolicyException(TagPolicyException),
TopicLimitExceededException(TopicLimitExceededException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the CreateTopic
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.
InvalidSecurityException(InvalidSecurityException)
Tuple Fields
The credential signature isn't valid. You must use an HTTPS endpoint and sign your request using Signature Version 4.
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.
TagLimitExceededException(TagLimitExceededException)
Tuple Fields
Can't add more than 50 tags to a topic.
TagPolicyException(TagPolicyException)
Tuple Fields
The request doesn't comply with the IAM tag policy. Correct your request and then retry it.
TopicLimitExceededException(TopicLimitExceededException)
Tuple Fields
Indicates that the customer already owns the maximum allowed number of topics.
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 CreateTopicErrorKind
impl Send for CreateTopicErrorKind
impl Sync for CreateTopicErrorKind
impl Unpin for CreateTopicErrorKind
impl !UnwindSafe for CreateTopicErrorKind
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