Enum aws_sdk_lexmodelsv2::Error
source · [−]#[non_exhaustive]
pub enum Error {
ConflictException(ConflictException),
InternalServerException(InternalServerException),
PreconditionFailedException(PreconditionFailedException),
ResourceNotFoundException(ResourceNotFoundException),
ServiceQuotaExceededException(ServiceQuotaExceededException),
ThrottlingException(ThrottlingException),
ValidationException(ValidationException),
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
ConflictException(ConflictException)
The action that you tried to perform couldn't be completed because the resource is in a conflicting state. For example, deleting a bot that is in the CREATING state. Try your request again.
InternalServerException(InternalServerException)
The service encountered an unexpected condition. Try your request again.
PreconditionFailedException(PreconditionFailedException)
Your request couldn't be completed because one or more request fields aren't valid. Check the fields in your request and try again.
ResourceNotFoundException(ResourceNotFoundException)
You asked to describe a resource that doesn't exist. Check the resource that you are requesting and try again.
ServiceQuotaExceededException(ServiceQuotaExceededException)
You have reached a quota for your bot.
ThrottlingException(ThrottlingException)
Your request rate is too high. Reduce the frequency of requests.
ValidationException(ValidationException)
One of the input parameters in your request isn't valid. Check the parameters and try your request again.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
sourceimpl Error for Error
impl Error for Error
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
backtrace)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
use the Display impl or to_string()
sourceimpl<R> From<SdkError<BuildBotLocaleError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BuildBotLocaleError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BuildBotLocaleError, R>) -> Self
fn from(err: SdkError<BuildBotLocaleError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateBotAliasError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateBotAliasError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateBotAliasError, R>) -> Self
fn from(err: SdkError<CreateBotAliasError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateBotError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateBotError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateBotError, R>) -> Self
fn from(err: SdkError<CreateBotError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateBotLocaleError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateBotLocaleError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateBotLocaleError, R>) -> Self
fn from(err: SdkError<CreateBotLocaleError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateBotVersionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateBotVersionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateBotVersionError, R>) -> Self
fn from(err: SdkError<CreateBotVersionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateExportError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateExportError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateExportError, R>) -> Self
fn from(err: SdkError<CreateExportError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateIntentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateIntentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateIntentError, R>) -> Self
fn from(err: SdkError<CreateIntentError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateResourcePolicyError, R>) -> Self
fn from(err: SdkError<CreateResourcePolicyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateResourcePolicyStatementError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateResourcePolicyStatementError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateResourcePolicyStatementError, R>) -> Self
fn from(err: SdkError<CreateResourcePolicyStatementError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateSlotError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateSlotError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateSlotError, R>) -> Self
fn from(err: SdkError<CreateSlotError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateSlotTypeError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateSlotTypeError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateSlotTypeError, R>) -> Self
fn from(err: SdkError<CreateSlotTypeError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateUploadUrlError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateUploadUrlError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateUploadUrlError, R>) -> Self
fn from(err: SdkError<CreateUploadUrlError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteBotAliasError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBotAliasError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBotAliasError, R>) -> Self
fn from(err: SdkError<DeleteBotAliasError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteBotError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBotError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBotError, R>) -> Self
fn from(err: SdkError<DeleteBotError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteBotLocaleError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBotLocaleError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBotLocaleError, R>) -> Self
fn from(err: SdkError<DeleteBotLocaleError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteBotVersionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBotVersionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBotVersionError, R>) -> Self
fn from(err: SdkError<DeleteBotVersionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteCustomVocabularyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteCustomVocabularyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteCustomVocabularyError, R>) -> Self
fn from(err: SdkError<DeleteCustomVocabularyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteExportError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteExportError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteExportError, R>) -> Self
fn from(err: SdkError<DeleteExportError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteImportError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteImportError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteImportError, R>) -> Self
fn from(err: SdkError<DeleteImportError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteIntentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteIntentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteIntentError, R>) -> Self
fn from(err: SdkError<DeleteIntentError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteResourcePolicyError, R>) -> Self
fn from(err: SdkError<DeleteResourcePolicyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteResourcePolicyStatementError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteResourcePolicyStatementError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteResourcePolicyStatementError, R>) -> Self
fn from(err: SdkError<DeleteResourcePolicyStatementError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteSlotError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteSlotError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteSlotError, R>) -> Self
fn from(err: SdkError<DeleteSlotError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteSlotTypeError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteSlotTypeError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteSlotTypeError, R>) -> Self
fn from(err: SdkError<DeleteSlotTypeError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteUtterancesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteUtterancesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteUtterancesError, R>) -> Self
fn from(err: SdkError<DeleteUtterancesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeBotAliasError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeBotAliasError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeBotAliasError, R>) -> Self
fn from(err: SdkError<DescribeBotAliasError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeBotError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeBotError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeBotError, R>) -> Self
fn from(err: SdkError<DescribeBotError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeBotLocaleError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeBotLocaleError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeBotLocaleError, R>) -> Self
fn from(err: SdkError<DescribeBotLocaleError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeBotRecommendationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeBotRecommendationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeBotRecommendationError, R>) -> Self
fn from(err: SdkError<DescribeBotRecommendationError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeBotVersionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeBotVersionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeBotVersionError, R>) -> Self
fn from(err: SdkError<DescribeBotVersionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeCustomVocabularyMetadataError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeCustomVocabularyMetadataError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeCustomVocabularyMetadataError, R>) -> Self
fn from(err: SdkError<DescribeCustomVocabularyMetadataError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeExportError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeExportError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeExportError, R>) -> Self
fn from(err: SdkError<DescribeExportError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeImportError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeImportError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeImportError, R>) -> Self
fn from(err: SdkError<DescribeImportError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeIntentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeIntentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeIntentError, R>) -> Self
fn from(err: SdkError<DescribeIntentError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeResourcePolicyError, R>) -> Self
fn from(err: SdkError<DescribeResourcePolicyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeSlotError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeSlotError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeSlotError, R>) -> Self
fn from(err: SdkError<DescribeSlotError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeSlotTypeError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeSlotTypeError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeSlotTypeError, R>) -> Self
fn from(err: SdkError<DescribeSlotTypeError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListAggregatedUtterancesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListAggregatedUtterancesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListAggregatedUtterancesError, R>) -> Self
fn from(err: SdkError<ListAggregatedUtterancesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListBotAliasesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBotAliasesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBotAliasesError, R>) -> Self
fn from(err: SdkError<ListBotAliasesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListBotLocalesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBotLocalesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBotLocalesError, R>) -> Self
fn from(err: SdkError<ListBotLocalesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListBotRecommendationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBotRecommendationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBotRecommendationsError, R>) -> Self
fn from(err: SdkError<ListBotRecommendationsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListBotVersionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBotVersionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBotVersionsError, R>) -> Self
fn from(err: SdkError<ListBotVersionsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListBotsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBotsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBotsError, R>) -> Self
fn from(err: SdkError<ListBotsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListBuiltInIntentsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBuiltInIntentsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBuiltInIntentsError, R>) -> Self
fn from(err: SdkError<ListBuiltInIntentsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListBuiltInSlotTypesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBuiltInSlotTypesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBuiltInSlotTypesError, R>) -> Self
fn from(err: SdkError<ListBuiltInSlotTypesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListExportsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListExportsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListExportsError, R>) -> Self
fn from(err: SdkError<ListExportsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListImportsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListImportsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListImportsError, R>) -> Self
fn from(err: SdkError<ListImportsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListIntentsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListIntentsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListIntentsError, R>) -> Self
fn from(err: SdkError<ListIntentsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListRecommendedIntentsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListRecommendedIntentsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListRecommendedIntentsError, R>) -> Self
fn from(err: SdkError<ListRecommendedIntentsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListSlotTypesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListSlotTypesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListSlotTypesError, R>) -> Self
fn from(err: SdkError<ListSlotTypesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListSlotsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListSlotsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListSlotsError, R>) -> Self
fn from(err: SdkError<ListSlotsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<SearchAssociatedTranscriptsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<SearchAssociatedTranscriptsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<SearchAssociatedTranscriptsError, R>) -> Self
fn from(err: SdkError<SearchAssociatedTranscriptsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<StartBotRecommendationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartBotRecommendationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartBotRecommendationError, R>) -> Self
fn from(err: SdkError<StartBotRecommendationError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<StartImportError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartImportError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartImportError, R>) -> Self
fn from(err: SdkError<StartImportError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<TagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<TagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<TagResourceError, R>) -> Self
fn from(err: SdkError<TagResourceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UntagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UntagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UntagResourceError, R>) -> Self
fn from(err: SdkError<UntagResourceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateBotAliasError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateBotAliasError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateBotAliasError, R>) -> Self
fn from(err: SdkError<UpdateBotAliasError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateBotError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateBotError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateBotError, R>) -> Self
fn from(err: SdkError<UpdateBotError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateBotLocaleError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateBotLocaleError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateBotLocaleError, R>) -> Self
fn from(err: SdkError<UpdateBotLocaleError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateBotRecommendationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateBotRecommendationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateBotRecommendationError, R>) -> Self
fn from(err: SdkError<UpdateBotRecommendationError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateExportError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateExportError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateExportError, R>) -> Self
fn from(err: SdkError<UpdateExportError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateIntentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateIntentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateIntentError, R>) -> Self
fn from(err: SdkError<UpdateIntentError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateResourcePolicyError, R>) -> Self
fn from(err: SdkError<UpdateResourcePolicyError, R>) -> Self
Performs the conversion.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more