Enum aws_sdk_cloudsearch::error::DefineAnalysisSchemeErrorKind [−][src]
#[non_exhaustive]
pub enum DefineAnalysisSchemeErrorKind {
BaseException(BaseException),
InternalException(InternalException),
InvalidTypeException(InvalidTypeException),
LimitExceededException(LimitExceededException),
ResourceNotFoundException(ResourceNotFoundException),
ValidationException(ValidationException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the DefineAnalysisScheme operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
BaseException(BaseException)
Tuple Fields
An error occurred while processing the request.
InternalException(InternalException)
Tuple Fields
An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
InvalidTypeException(InvalidTypeException)
Tuple Fields
The request was rejected because it specified an invalid type definition.
LimitExceededException(LimitExceededException)
Tuple Fields
The request was rejected because a resource limit has already been met.
ResourceNotFoundException(ResourceNotFoundException)
Tuple Fields
The request was rejected because it attempted to reference a resource that does not exist.
ValidationException(ValidationException)
Tuple Fields
The request was rejected because it has invalid parameters.
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 DefineAnalysisSchemeErrorKind
impl Send for DefineAnalysisSchemeErrorKind
impl Sync for DefineAnalysisSchemeErrorKind
impl Unpin for DefineAnalysisSchemeErrorKind
impl !UnwindSafe for DefineAnalysisSchemeErrorKind
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