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