Enum aws_sdk_lambda::error::UpdateEventSourceMappingErrorKind [−][src]
#[non_exhaustive]
pub enum UpdateEventSourceMappingErrorKind {
InvalidParameterValueException(InvalidParameterValueException),
ResourceConflictException(ResourceConflictException),
ResourceInUseException(ResourceInUseException),
ResourceNotFoundException(ResourceNotFoundException),
ServiceException(ServiceException),
TooManyRequestsException(TooManyRequestsException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the UpdateEventSourceMapping
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
InvalidParameterValueException(InvalidParameterValueException)
One of the parameters in the request is invalid.
Tuple Fields of InvalidParameterValueException
ResourceConflictException(ResourceConflictException)
The resource already exists, or another operation is in progress.
Tuple Fields of ResourceConflictException
ResourceInUseException(ResourceInUseException)
The operation conflicts with the resource's availability. For example, you attempted to update an EventSource Mapping in CREATING, or tried to delete a EventSource mapping currently in the UPDATING state.
Tuple Fields of ResourceInUseException
ResourceNotFoundException(ResourceNotFoundException)
The resource specified in the request does not exist.
Tuple Fields of ResourceNotFoundException
ServiceException(ServiceException)
The Lambda service encountered an internal error.
Tuple Fields of ServiceException
TooManyRequestsException(TooManyRequestsException)
The request throughput limit was exceeded.
Tuple Fields of TooManyRequestsException
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl Send for UpdateEventSourceMappingErrorKind
impl Sync for UpdateEventSourceMappingErrorKind
impl Unpin for UpdateEventSourceMappingErrorKind
impl !UnwindSafe for UpdateEventSourceMappingErrorKind
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