Enum aws_sdk_cloudsearch::error::DescribeDomainEndpointOptionsErrorKind [−][src]
#[non_exhaustive]
pub enum DescribeDomainEndpointOptionsErrorKind {
BaseException(BaseException),
DisabledOperationException(DisabledOperationException),
InternalException(InternalException),
LimitExceededException(LimitExceededException),
ResourceNotFoundException(ResourceNotFoundException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the DescribeDomainEndpointOptions operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
BaseException(BaseException)
Tuple Fields
An error occurred while processing the request.
DisabledOperationException(DisabledOperationException)
Tuple Fields
The request was rejected because it attempted an operation which is not enabled.
InternalException(InternalException)
Tuple Fields
An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
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.
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
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