Enum aws_sdk_appfabric::Error
source · #[non_exhaustive]pub enum Error {
AccessDeniedException(AccessDeniedException),
ConflictException(ConflictException),
InternalServerException(InternalServerException),
ResourceNotFoundException(ResourceNotFoundException),
ServiceQuotaExceededException(ServiceQuotaExceededException),
ThrottlingException(ThrottlingException),
ValidationException(ValidationException),
Unhandled(Unhandled),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
AccessDeniedException(AccessDeniedException)
You are not authorized to perform this operation.
ConflictException(ConflictException)
The request has created a conflict. Check the request parameters and try again.
InternalServerException(InternalServerException)
The request processing has failed because of an unknown error, exception, or failure with an internal server.
ResourceNotFoundException(ResourceNotFoundException)
The specified resource does not exist.
ServiceQuotaExceededException(ServiceQuotaExceededException)
The request exceeds a service quota.
ThrottlingException(ThrottlingException)
The request rate exceeds the limit.
ValidationException(ValidationException)
The request has invalid or missing parameters.
Unhandled(Unhandled)
An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Trait Implementations§
source§impl Error for Error
impl Error for Error
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<BatchGetUserAccessTasksError> for Error
impl From<BatchGetUserAccessTasksError> for Error
source§fn from(err: BatchGetUserAccessTasksError) -> Self
fn from(err: BatchGetUserAccessTasksError) -> Self
Converts to this type from the input type.
source§impl From<ConnectAppAuthorizationError> for Error
impl From<ConnectAppAuthorizationError> for Error
source§fn from(err: ConnectAppAuthorizationError) -> Self
fn from(err: ConnectAppAuthorizationError) -> Self
Converts to this type from the input type.
source§impl From<CreateAppAuthorizationError> for Error
impl From<CreateAppAuthorizationError> for Error
source§fn from(err: CreateAppAuthorizationError) -> Self
fn from(err: CreateAppAuthorizationError) -> Self
Converts to this type from the input type.
source§impl From<CreateAppBundleError> for Error
impl From<CreateAppBundleError> for Error
source§fn from(err: CreateAppBundleError) -> Self
fn from(err: CreateAppBundleError) -> Self
Converts to this type from the input type.
source§impl From<CreateIngestionDestinationError> for Error
impl From<CreateIngestionDestinationError> for Error
source§fn from(err: CreateIngestionDestinationError) -> Self
fn from(err: CreateIngestionDestinationError) -> Self
Converts to this type from the input type.
source§impl From<CreateIngestionError> for Error
impl From<CreateIngestionError> for Error
source§fn from(err: CreateIngestionError) -> Self
fn from(err: CreateIngestionError) -> Self
Converts to this type from the input type.
source§impl From<DeleteAppAuthorizationError> for Error
impl From<DeleteAppAuthorizationError> for Error
source§fn from(err: DeleteAppAuthorizationError) -> Self
fn from(err: DeleteAppAuthorizationError) -> Self
Converts to this type from the input type.
source§impl From<DeleteAppBundleError> for Error
impl From<DeleteAppBundleError> for Error
source§fn from(err: DeleteAppBundleError) -> Self
fn from(err: DeleteAppBundleError) -> Self
Converts to this type from the input type.
source§impl From<DeleteIngestionDestinationError> for Error
impl From<DeleteIngestionDestinationError> for Error
source§fn from(err: DeleteIngestionDestinationError) -> Self
fn from(err: DeleteIngestionDestinationError) -> Self
Converts to this type from the input type.
source§impl From<DeleteIngestionError> for Error
impl From<DeleteIngestionError> for Error
source§fn from(err: DeleteIngestionError) -> Self
fn from(err: DeleteIngestionError) -> Self
Converts to this type from the input type.
source§impl From<GetAppAuthorizationError> for Error
impl From<GetAppAuthorizationError> for Error
source§fn from(err: GetAppAuthorizationError) -> Self
fn from(err: GetAppAuthorizationError) -> Self
Converts to this type from the input type.
source§impl From<GetAppBundleError> for Error
impl From<GetAppBundleError> for Error
source§fn from(err: GetAppBundleError) -> Self
fn from(err: GetAppBundleError) -> Self
Converts to this type from the input type.
source§impl From<GetIngestionDestinationError> for Error
impl From<GetIngestionDestinationError> for Error
source§fn from(err: GetIngestionDestinationError) -> Self
fn from(err: GetIngestionDestinationError) -> Self
Converts to this type from the input type.
source§impl From<GetIngestionError> for Error
impl From<GetIngestionError> for Error
source§fn from(err: GetIngestionError) -> Self
fn from(err: GetIngestionError) -> Self
Converts to this type from the input type.
source§impl From<ListAppAuthorizationsError> for Error
impl From<ListAppAuthorizationsError> for Error
source§fn from(err: ListAppAuthorizationsError) -> Self
fn from(err: ListAppAuthorizationsError) -> Self
Converts to this type from the input type.
source§impl From<ListAppBundlesError> for Error
impl From<ListAppBundlesError> for Error
source§fn from(err: ListAppBundlesError) -> Self
fn from(err: ListAppBundlesError) -> Self
Converts to this type from the input type.
source§impl From<ListIngestionDestinationsError> for Error
impl From<ListIngestionDestinationsError> for Error
source§fn from(err: ListIngestionDestinationsError) -> Self
fn from(err: ListIngestionDestinationsError) -> Self
Converts to this type from the input type.
source§impl From<ListIngestionsError> for Error
impl From<ListIngestionsError> for Error
source§fn from(err: ListIngestionsError) -> Self
fn from(err: ListIngestionsError) -> Self
Converts to this type from the input type.
source§impl From<ListTagsForResourceError> for Error
impl From<ListTagsForResourceError> for Error
source§fn from(err: ListTagsForResourceError) -> Self
fn from(err: ListTagsForResourceError) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<BatchGetUserAccessTasksError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchGetUserAccessTasksError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<BatchGetUserAccessTasksError, R>) -> Self
fn from(err: SdkError<BatchGetUserAccessTasksError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ConnectAppAuthorizationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ConnectAppAuthorizationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ConnectAppAuthorizationError, R>) -> Self
fn from(err: SdkError<ConnectAppAuthorizationError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CreateAppAuthorizationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateAppAuthorizationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CreateAppAuthorizationError, R>) -> Self
fn from(err: SdkError<CreateAppAuthorizationError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CreateAppBundleError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateAppBundleError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CreateAppBundleError, R>) -> Self
fn from(err: SdkError<CreateAppBundleError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CreateIngestionDestinationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateIngestionDestinationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CreateIngestionDestinationError, R>) -> Self
fn from(err: SdkError<CreateIngestionDestinationError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CreateIngestionError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateIngestionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CreateIngestionError, R>) -> Self
fn from(err: SdkError<CreateIngestionError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeleteAppAuthorizationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteAppAuthorizationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeleteAppAuthorizationError, R>) -> Self
fn from(err: SdkError<DeleteAppAuthorizationError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeleteAppBundleError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteAppBundleError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeleteAppBundleError, R>) -> Self
fn from(err: SdkError<DeleteAppBundleError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeleteIngestionDestinationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteIngestionDestinationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeleteIngestionDestinationError, R>) -> Self
fn from(err: SdkError<DeleteIngestionDestinationError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeleteIngestionError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteIngestionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeleteIngestionError, R>) -> Self
fn from(err: SdkError<DeleteIngestionError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetAppAuthorizationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetAppAuthorizationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetAppAuthorizationError, R>) -> Self
fn from(err: SdkError<GetAppAuthorizationError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetAppBundleError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetAppBundleError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetAppBundleError, R>) -> Self
fn from(err: SdkError<GetAppBundleError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetIngestionDestinationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetIngestionDestinationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetIngestionDestinationError, R>) -> Self
fn from(err: SdkError<GetIngestionDestinationError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetIngestionError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetIngestionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetIngestionError, R>) -> Self
fn from(err: SdkError<GetIngestionError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListAppAuthorizationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListAppAuthorizationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListAppAuthorizationsError, R>) -> Self
fn from(err: SdkError<ListAppAuthorizationsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListAppBundlesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListAppBundlesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListAppBundlesError, R>) -> Self
fn from(err: SdkError<ListAppBundlesError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListIngestionDestinationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListIngestionDestinationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListIngestionDestinationsError, R>) -> Self
fn from(err: SdkError<ListIngestionDestinationsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListIngestionsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListIngestionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListIngestionsError, R>) -> Self
fn from(err: SdkError<ListIngestionsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<StartIngestionError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartIngestionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<StartIngestionError, R>) -> Self
fn from(err: SdkError<StartIngestionError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<StartUserAccessTasksError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartUserAccessTasksError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<StartUserAccessTasksError, R>) -> Self
fn from(err: SdkError<StartUserAccessTasksError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<StopIngestionError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopIngestionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<StopIngestionError, R>) -> Self
fn from(err: SdkError<StopIngestionError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<TagResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<TagResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<TagResourceError, R>) -> Self
fn from(err: SdkError<TagResourceError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UntagResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UntagResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UntagResourceError, R>) -> Self
fn from(err: SdkError<UntagResourceError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdateAppAuthorizationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateAppAuthorizationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdateAppAuthorizationError, R>) -> Self
fn from(err: SdkError<UpdateAppAuthorizationError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdateIngestionDestinationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateIngestionDestinationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdateIngestionDestinationError, R>) -> Self
fn from(err: SdkError<UpdateIngestionDestinationError, R>) -> Self
Converts to this type from the input type.
source§impl From<StartIngestionError> for Error
impl From<StartIngestionError> for Error
source§fn from(err: StartIngestionError) -> Self
fn from(err: StartIngestionError) -> Self
Converts to this type from the input type.
source§impl From<StartUserAccessTasksError> for Error
impl From<StartUserAccessTasksError> for Error
source§fn from(err: StartUserAccessTasksError) -> Self
fn from(err: StartUserAccessTasksError) -> Self
Converts to this type from the input type.
source§impl From<StopIngestionError> for Error
impl From<StopIngestionError> for Error
source§fn from(err: StopIngestionError) -> Self
fn from(err: StopIngestionError) -> Self
Converts to this type from the input type.
source§impl From<TagResourceError> for Error
impl From<TagResourceError> for Error
source§fn from(err: TagResourceError) -> Self
fn from(err: TagResourceError) -> Self
Converts to this type from the input type.
source§impl From<UntagResourceError> for Error
impl From<UntagResourceError> for Error
source§fn from(err: UntagResourceError) -> Self
fn from(err: UntagResourceError) -> Self
Converts to this type from the input type.
source§impl From<UpdateAppAuthorizationError> for Error
impl From<UpdateAppAuthorizationError> for Error
source§fn from(err: UpdateAppAuthorizationError) -> Self
fn from(err: UpdateAppAuthorizationError) -> Self
Converts to this type from the input type.
source§impl From<UpdateIngestionDestinationError> for Error
impl From<UpdateIngestionDestinationError> for Error
source§fn from(err: UpdateIngestionDestinationError) -> Self
fn from(err: UpdateIngestionDestinationError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more