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)
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.
Tuple Fields of IdempotentParameterMismatchException
InternalServerException(InternalServerException)
An error on the server occurred when trying to process a request.
Tuple Fields of InternalServerException
InvalidInputException(InvalidInputException)
An error on the client occurred. Typically, the cause is an invalid input value.
Tuple Fields of InvalidInputException
InvalidTagException(InvalidTagException)
Tuple Fields of InvalidTagException
LimitExceededException(LimitExceededException)
The subscriber exceeded the maximum number of operations. This exception can occur when listing objects such as DataSource
.
Tuple Fields of LimitExceededException
PredictorNotMountedException(PredictorNotMountedException)
The exception is thrown when a predict request is made to an unmounted MLModel
.
Tuple Fields of PredictorNotMountedException
ResourceNotFoundException(ResourceNotFoundException)
A specified resource cannot be located.
Tuple Fields of ResourceNotFoundException
TagLimitExceededException(TagLimitExceededException)
Tuple Fields of TagLimitExceededException
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