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)
Tuple Fields
One of the parameters in the request is invalid.
ResourceConflictException(ResourceConflictException)
Tuple Fields
The resource already exists, or another operation is in progress.
ResourceInUseException(ResourceInUseException)
Tuple Fields
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.
ResourceNotFoundException(ResourceNotFoundException)
Tuple Fields
The resource specified in the request does not exist.
ServiceException(ServiceException)
Tuple Fields
The Lambda service encountered an internal error.
TooManyRequestsException(TooManyRequestsException)
Tuple Fields
The request throughput limit was exceeded.
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 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