Enum aws_sdk_machinelearning::Error [−][src]
#[non_exhaustive]
pub enum Error {
IdempotentParameterMismatchException(IdempotentParameterMismatchException),
InternalServerException(InternalServerException),
InvalidInputException(InvalidInputException),
InvalidTagException(InvalidTagException),
LimitExceededException(LimitExceededException),
PredictorNotMountedException(PredictorNotMountedException),
ResourceNotFoundException(ResourceNotFoundException),
TagLimitExceededException(TagLimitExceededException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
IdempotentParameterMismatchException(IdempotentParameterMismatchException)
Tuple Fields
A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.
InternalServerException(InternalServerException)
Tuple Fields
An error on the server occurred when trying to process a request.
InvalidInputException(InvalidInputException)
Tuple Fields
An error on the client occurred. Typically, the cause is an invalid input value.
InvalidTagException(InvalidTagException)
Tuple Fields
LimitExceededException(LimitExceededException)
Tuple Fields
The subscriber exceeded the maximum number of operations. This exception can occur when listing objects such as DataSource
.
PredictorNotMountedException(PredictorNotMountedException)
Tuple Fields
The exception is thrown when a predict request is made to an unmounted MLModel
.
ResourceNotFoundException(ResourceNotFoundException)
Tuple Fields
A specified resource cannot be located.
TagLimitExceededException(TagLimitExceededException)
Tuple Fields
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
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