Enum aws_sdk_appintegrations::Error [−][src]
#[non_exhaustive]
pub enum Error {
AccessDeniedException(AccessDeniedException),
DuplicateResourceException(DuplicateResourceException),
InternalServiceError(InternalServiceError),
InvalidRequestException(InvalidRequestException),
ResourceNotFoundException(ResourceNotFoundException),
ResourceQuotaExceededException(ResourceQuotaExceededException),
ThrottlingException(ThrottlingException),
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
AccessDeniedException(AccessDeniedException)
Tuple Fields
You do not have sufficient access to perform this action.
DuplicateResourceException(DuplicateResourceException)
Tuple Fields
A resource with the specified name already exists.
InternalServiceError(InternalServiceError)
Tuple Fields
Request processing failed due to an error or failure with the service.
InvalidRequestException(InvalidRequestException)
Tuple Fields
The request is not valid.
ResourceNotFoundException(ResourceNotFoundException)
Tuple Fields
The specified resource was not found.
ResourceQuotaExceededException(ResourceQuotaExceededException)
Tuple Fields
The allowed quota for the resource has been exceeded.
ThrottlingException(ThrottlingException)
Tuple Fields
The throttling limit has been exceeded.
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.
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