#[non_exhaustive]
pub enum Error { ConflictException(ConflictException), InternalServerException(InternalServerException), PreconditionFailedException(PreconditionFailedException), 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.
§

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(Unhandled)

An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).

Trait Implementations§

source§

impl Debug for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for Error

source§

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

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<BatchCreateCustomVocabularyItemError> for Error

source§

fn from(err: BatchCreateCustomVocabularyItemError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDeleteCustomVocabularyItemError> for Error

source§

fn from(err: BatchDeleteCustomVocabularyItemError) -> Self

Converts to this type from the input type.
source§

impl From<BatchUpdateCustomVocabularyItemError> for Error

source§

fn from(err: BatchUpdateCustomVocabularyItemError) -> Self

Converts to this type from the input type.
source§

impl From<BuildBotLocaleError> for Error

source§

fn from(err: BuildBotLocaleError) -> Self

Converts to this type from the input type.
source§

impl From<CreateBotAliasError> for Error

source§

fn from(err: CreateBotAliasError) -> Self

Converts to this type from the input type.
source§

impl From<CreateBotError> for Error

source§

fn from(err: CreateBotError) -> Self

Converts to this type from the input type.
source§

impl From<CreateBotLocaleError> for Error

source§

fn from(err: CreateBotLocaleError) -> Self

Converts to this type from the input type.
source§

impl From<CreateBotVersionError> for Error

source§

fn from(err: CreateBotVersionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateExportError> for Error

source§

fn from(err: CreateExportError) -> Self

Converts to this type from the input type.
source§

impl From<CreateIntentError> for Error

source§

fn from(err: CreateIntentError) -> Self

Converts to this type from the input type.
source§

impl From<CreateResourcePolicyError> for Error

source§

fn from(err: CreateResourcePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<CreateResourcePolicyStatementError> for Error

source§

fn from(err: CreateResourcePolicyStatementError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSlotError> for Error

source§

fn from(err: CreateSlotError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSlotTypeError> for Error

source§

fn from(err: CreateSlotTypeError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTestSetDiscrepancyReportError> for Error

source§

fn from(err: CreateTestSetDiscrepancyReportError) -> Self

Converts to this type from the input type.
source§

impl From<CreateUploadUrlError> for Error

source§

fn from(err: CreateUploadUrlError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteBotAliasError> for Error

source§

fn from(err: DeleteBotAliasError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteBotError> for Error

source§

fn from(err: DeleteBotError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteBotLocaleError> for Error

source§

fn from(err: DeleteBotLocaleError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteBotVersionError> for Error

source§

fn from(err: DeleteBotVersionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteCustomVocabularyError> for Error

source§

fn from(err: DeleteCustomVocabularyError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteExportError> for Error

source§

fn from(err: DeleteExportError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteImportError> for Error

source§

fn from(err: DeleteImportError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteIntentError> for Error

source§

fn from(err: DeleteIntentError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteResourcePolicyError> for Error

source§

fn from(err: DeleteResourcePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteResourcePolicyStatementError> for Error

source§

fn from(err: DeleteResourcePolicyStatementError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSlotError> for Error

source§

fn from(err: DeleteSlotError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSlotTypeError> for Error

source§

fn from(err: DeleteSlotTypeError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTestSetError> for Error

source§

fn from(err: DeleteTestSetError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteUtterancesError> for Error

source§

fn from(err: DeleteUtterancesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeBotAliasError> for Error

source§

fn from(err: DescribeBotAliasError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeBotError> for Error

source§

fn from(err: DescribeBotError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeBotLocaleError> for Error

source§

fn from(err: DescribeBotLocaleError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeBotRecommendationError> for Error

source§

fn from(err: DescribeBotRecommendationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeBotVersionError> for Error

source§

fn from(err: DescribeBotVersionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeCustomVocabularyMetadataError> for Error

source§

fn from(err: DescribeCustomVocabularyMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeExportError> for Error

source§

fn from(err: DescribeExportError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeImportError> for Error

source§

fn from(err: DescribeImportError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeIntentError> for Error

source§

fn from(err: DescribeIntentError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeResourcePolicyError> for Error

source§

fn from(err: DescribeResourcePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSlotError> for Error

source§

fn from(err: DescribeSlotError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSlotTypeError> for Error

source§

fn from(err: DescribeSlotTypeError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTestExecutionError> for Error

source§

fn from(err: DescribeTestExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTestSetDiscrepancyReportError> for Error

source§

fn from(err: DescribeTestSetDiscrepancyReportError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTestSetError> for Error

source§

fn from(err: DescribeTestSetError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTestSetGenerationError> for Error

source§

fn from(err: DescribeTestSetGenerationError) -> Self

Converts to this type from the input type.
source§

impl From<GetTestExecutionArtifactsUrlError> for Error

source§

fn from(err: GetTestExecutionArtifactsUrlError) -> Self

Converts to this type from the input type.
source§

impl From<ListAggregatedUtterancesError> for Error

source§

fn from(err: ListAggregatedUtterancesError) -> Self

Converts to this type from the input type.
source§

impl From<ListBotAliasesError> for Error

source§

fn from(err: ListBotAliasesError) -> Self

Converts to this type from the input type.
source§

impl From<ListBotLocalesError> for Error

source§

fn from(err: ListBotLocalesError) -> Self

Converts to this type from the input type.
source§

impl From<ListBotRecommendationsError> for Error

source§

fn from(err: ListBotRecommendationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListBotVersionsError> for Error

source§

fn from(err: ListBotVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListBotsError> for Error

source§

fn from(err: ListBotsError) -> Self

Converts to this type from the input type.
source§

impl From<ListBuiltInIntentsError> for Error

source§

fn from(err: ListBuiltInIntentsError) -> Self

Converts to this type from the input type.
source§

impl From<ListBuiltInSlotTypesError> for Error

source§

fn from(err: ListBuiltInSlotTypesError) -> Self

Converts to this type from the input type.
source§

impl From<ListCustomVocabularyItemsError> for Error

source§

fn from(err: ListCustomVocabularyItemsError) -> Self

Converts to this type from the input type.
source§

impl From<ListExportsError> for Error

source§

fn from(err: ListExportsError) -> Self

Converts to this type from the input type.
source§

impl From<ListImportsError> for Error

source§

fn from(err: ListImportsError) -> Self

Converts to this type from the input type.
source§

impl From<ListIntentMetricsError> for Error

source§

fn from(err: ListIntentMetricsError) -> Self

Converts to this type from the input type.
source§

impl From<ListIntentPathsError> for Error

source§

fn from(err: ListIntentPathsError) -> Self

Converts to this type from the input type.
source§

impl From<ListIntentStageMetricsError> for Error

source§

fn from(err: ListIntentStageMetricsError) -> Self

Converts to this type from the input type.
source§

impl From<ListIntentsError> for Error

source§

fn from(err: ListIntentsError) -> Self

Converts to this type from the input type.
source§

impl From<ListRecommendedIntentsError> for Error

source§

fn from(err: ListRecommendedIntentsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSessionAnalyticsDataError> for Error

source§

fn from(err: ListSessionAnalyticsDataError) -> Self

Converts to this type from the input type.
source§

impl From<ListSessionMetricsError> for Error

source§

fn from(err: ListSessionMetricsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSlotTypesError> for Error

source§

fn from(err: ListSlotTypesError) -> Self

Converts to this type from the input type.
source§

impl From<ListSlotsError> for Error

source§

fn from(err: ListSlotsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTagsForResourceError> for Error

source§

fn from(err: ListTagsForResourceError) -> Self

Converts to this type from the input type.
source§

impl From<ListTestExecutionResultItemsError> for Error

source§

fn from(err: ListTestExecutionResultItemsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTestExecutionsError> for Error

source§

fn from(err: ListTestExecutionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTestSetRecordsError> for Error

source§

fn from(err: ListTestSetRecordsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTestSetsError> for Error

source§

fn from(err: ListTestSetsError) -> Self

Converts to this type from the input type.
source§

impl From<ListUtteranceAnalyticsDataError> for Error

source§

fn from(err: ListUtteranceAnalyticsDataError) -> Self

Converts to this type from the input type.
source§

impl From<ListUtteranceMetricsError> for Error

source§

fn from(err: ListUtteranceMetricsError) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchCreateCustomVocabularyItemError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BatchCreateCustomVocabularyItemError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchDeleteCustomVocabularyItemError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BatchDeleteCustomVocabularyItemError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchUpdateCustomVocabularyItemError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BatchUpdateCustomVocabularyItemError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BuildBotLocaleError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BuildBotLocaleError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateBotAliasError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateBotAliasError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateBotError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateBotError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateBotLocaleError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateBotLocaleError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateBotVersionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateBotVersionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateExportError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateExportError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateIntentError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateIntentError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateResourcePolicyError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateResourcePolicyError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateResourcePolicyStatementError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateResourcePolicyStatementError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateSlotError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateSlotError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateSlotTypeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateSlotTypeError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateTestSetDiscrepancyReportError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateTestSetDiscrepancyReportError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateUploadUrlError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateUploadUrlError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteBotAliasError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteBotAliasError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteBotError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteBotError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteBotLocaleError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteBotLocaleError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteBotVersionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteBotVersionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteCustomVocabularyError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteCustomVocabularyError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteExportError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteExportError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteImportError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteImportError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteIntentError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteIntentError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteResourcePolicyError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteResourcePolicyError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteResourcePolicyStatementError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteResourcePolicyStatementError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteSlotError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteSlotError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteSlotTypeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteSlotTypeError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTestSetError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteTestSetError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteUtterancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteUtterancesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeBotAliasError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeBotAliasError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeBotError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeBotError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeBotLocaleError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeBotLocaleError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeBotRecommendationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeBotRecommendationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeBotVersionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeBotVersionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeCustomVocabularyMetadataError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeCustomVocabularyMetadataError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeExportError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeExportError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeImportError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeImportError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeIntentError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeIntentError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeResourcePolicyError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeResourcePolicyError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSlotError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeSlotError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSlotTypeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeSlotTypeError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTestExecutionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeTestExecutionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTestSetDiscrepancyReportError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeTestSetDiscrepancyReportError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTestSetError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeTestSetError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTestSetGenerationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeTestSetGenerationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetTestExecutionArtifactsUrlError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetTestExecutionArtifactsUrlError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListAggregatedUtterancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListAggregatedUtterancesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListBotAliasesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListBotAliasesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListBotLocalesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListBotLocalesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListBotRecommendationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListBotRecommendationsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListBotVersionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListBotVersionsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListBotsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListBotsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListBuiltInIntentsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListBuiltInIntentsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListBuiltInSlotTypesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListBuiltInSlotTypesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListCustomVocabularyItemsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListCustomVocabularyItemsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListExportsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListExportsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListImportsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListImportsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListIntentMetricsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListIntentMetricsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListIntentPathsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListIntentPathsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListIntentStageMetricsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListIntentStageMetricsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListIntentsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListIntentsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListRecommendedIntentsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListRecommendedIntentsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListSessionAnalyticsDataError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListSessionAnalyticsDataError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListSessionMetricsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListSessionMetricsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListSlotTypesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListSlotTypesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListSlotsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListSlotsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListTagsForResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTestExecutionResultItemsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListTestExecutionResultItemsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTestExecutionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListTestExecutionsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTestSetRecordsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListTestSetRecordsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTestSetsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListTestSetsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListUtteranceAnalyticsDataError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListUtteranceAnalyticsDataError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListUtteranceMetricsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListUtteranceMetricsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<SearchAssociatedTranscriptsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<SearchAssociatedTranscriptsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartBotRecommendationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<StartBotRecommendationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartImportError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<StartImportError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartTestExecutionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<StartTestExecutionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartTestSetGenerationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<StartTestSetGenerationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<StopBotRecommendationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<StopBotRecommendationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<TagResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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,

source§

fn from(err: SdkError<UntagResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateBotAliasError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateBotAliasError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateBotError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateBotError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateBotLocaleError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateBotLocaleError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateBotRecommendationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateBotRecommendationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateExportError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateExportError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateIntentError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateIntentError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateResourcePolicyError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateResourcePolicyError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateSlotError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateSlotError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateSlotTypeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateSlotTypeError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateTestSetError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateTestSetError, R>) -> Self

Converts to this type from the input type.
source§

impl From<SearchAssociatedTranscriptsError> for Error

source§

fn from(err: SearchAssociatedTranscriptsError) -> Self

Converts to this type from the input type.
source§

impl From<StartBotRecommendationError> for Error

source§

fn from(err: StartBotRecommendationError) -> Self

Converts to this type from the input type.
source§

impl From<StartImportError> for Error

source§

fn from(err: StartImportError) -> Self

Converts to this type from the input type.
source§

impl From<StartTestExecutionError> for Error

source§

fn from(err: StartTestExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<StartTestSetGenerationError> for Error

source§

fn from(err: StartTestSetGenerationError) -> Self

Converts to this type from the input type.
source§

impl From<StopBotRecommendationError> for Error

source§

fn from(err: StopBotRecommendationError) -> Self

Converts to this type from the input type.
source§

impl From<TagResourceError> for Error

source§

fn from(err: TagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UntagResourceError> for Error

source§

fn from(err: UntagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateBotAliasError> for Error

source§

fn from(err: UpdateBotAliasError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateBotError> for Error

source§

fn from(err: UpdateBotError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateBotLocaleError> for Error

source§

fn from(err: UpdateBotLocaleError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateBotRecommendationError> for Error

source§

fn from(err: UpdateBotRecommendationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateExportError> for Error

source§

fn from(err: UpdateExportError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateIntentError> for Error

source§

fn from(err: UpdateIntentError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateResourcePolicyError> for Error

source§

fn from(err: UpdateResourcePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateSlotError> for Error

source§

fn from(err: UpdateSlotError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateSlotTypeError> for Error

source§

fn from(err: UpdateSlotTypeError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTestSetError> for Error

source§

fn from(err: UpdateTestSetError) -> Self

Converts to this type from the input type.
source§

impl RequestId for Error

source§

fn request_id(&self) -> Option<&str>

Returns the request ID, or None if the service could not be reached.

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> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<Unshared, Shared> IntoShared<Shared> for Unsharedwhere Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

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
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more