#[non_exhaustive]
pub enum Error { AccessDeniedException(AccessDeniedException), BadRequestException(BadRequestException), ConflictException(ConflictException), NotFoundException(NotFoundException), TooManyRequestsException(TooManyRequestsException), 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)

§

BadRequestException(BadRequestException)

The request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.

§

ConflictException(ConflictException)

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.

§

NotFoundException(NotFoundException)

The resource specified in the request was not found. See the message field for more information.

§

TooManyRequestsException(TooManyRequestsException)

A limit has been exceeded. See the accompanying error message for details.

§

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<CreateApiError> for Error

source§

fn from(err: CreateApiError) -> Self

Converts to this type from the input type.
source§

impl From<CreateApiMappingError> for Error

source§

fn from(err: CreateApiMappingError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAuthorizerError> for Error

source§

fn from(err: CreateAuthorizerError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDeploymentError> for Error

source§

fn from(err: CreateDeploymentError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDomainNameError> for Error

source§

fn from(err: CreateDomainNameError) -> Self

Converts to this type from the input type.
source§

impl From<CreateIntegrationError> for Error

source§

fn from(err: CreateIntegrationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateIntegrationResponseError> for Error

source§

fn from(err: CreateIntegrationResponseError) -> Self

Converts to this type from the input type.
source§

impl From<CreateModelError> for Error

source§

fn from(err: CreateModelError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRouteError> for Error

source§

fn from(err: CreateRouteError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRouteResponseError> for Error

source§

fn from(err: CreateRouteResponseError) -> Self

Converts to this type from the input type.
source§

impl From<CreateStageError> for Error

source§

fn from(err: CreateStageError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVpcLinkError> for Error

source§

fn from(err: CreateVpcLinkError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAccessLogSettingsError> for Error

source§

fn from(err: DeleteAccessLogSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteApiError> for Error

source§

fn from(err: DeleteApiError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteApiMappingError> for Error

source§

fn from(err: DeleteApiMappingError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAuthorizerError> for Error

source§

fn from(err: DeleteAuthorizerError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteCorsConfigurationError> for Error

source§

fn from(err: DeleteCorsConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDeploymentError> for Error

source§

fn from(err: DeleteDeploymentError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDomainNameError> for Error

source§

fn from(err: DeleteDomainNameError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteIntegrationError> for Error

source§

fn from(err: DeleteIntegrationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteIntegrationResponseError> for Error

source§

fn from(err: DeleteIntegrationResponseError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteModelError> for Error

source§

fn from(err: DeleteModelError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRouteError> for Error

source§

fn from(err: DeleteRouteError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRouteRequestParameterError> for Error

source§

fn from(err: DeleteRouteRequestParameterError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRouteResponseError> for Error

source§

fn from(err: DeleteRouteResponseError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRouteSettingsError> for Error

source§

fn from(err: DeleteRouteSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteStageError> for Error

source§

fn from(err: DeleteStageError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVpcLinkError> for Error

source§

fn from(err: DeleteVpcLinkError) -> Self

Converts to this type from the input type.
source§

impl From<ExportApiError> for Error

source§

fn from(err: ExportApiError) -> Self

Converts to this type from the input type.
source§

impl From<GetApiError> for Error

source§

fn from(err: GetApiError) -> Self

Converts to this type from the input type.
source§

impl From<GetApiMappingError> for Error

source§

fn from(err: GetApiMappingError) -> Self

Converts to this type from the input type.
source§

impl From<GetApiMappingsError> for Error

source§

fn from(err: GetApiMappingsError) -> Self

Converts to this type from the input type.
source§

impl From<GetApisError> for Error

source§

fn from(err: GetApisError) -> Self

Converts to this type from the input type.
source§

impl From<GetAuthorizerError> for Error

source§

fn from(err: GetAuthorizerError) -> Self

Converts to this type from the input type.
source§

impl From<GetAuthorizersError> for Error

source§

fn from(err: GetAuthorizersError) -> Self

Converts to this type from the input type.
source§

impl From<GetDeploymentError> for Error

source§

fn from(err: GetDeploymentError) -> Self

Converts to this type from the input type.
source§

impl From<GetDeploymentsError> for Error

source§

fn from(err: GetDeploymentsError) -> Self

Converts to this type from the input type.
source§

impl From<GetDomainNameError> for Error

source§

fn from(err: GetDomainNameError) -> Self

Converts to this type from the input type.
source§

impl From<GetDomainNamesError> for Error

source§

fn from(err: GetDomainNamesError) -> Self

Converts to this type from the input type.
source§

impl From<GetIntegrationError> for Error

source§

fn from(err: GetIntegrationError) -> Self

Converts to this type from the input type.
source§

impl From<GetIntegrationResponseError> for Error

source§

fn from(err: GetIntegrationResponseError) -> Self

Converts to this type from the input type.
source§

impl From<GetIntegrationResponsesError> for Error

source§

fn from(err: GetIntegrationResponsesError) -> Self

Converts to this type from the input type.
source§

impl From<GetIntegrationsError> for Error

source§

fn from(err: GetIntegrationsError) -> Self

Converts to this type from the input type.
source§

impl From<GetModelError> for Error

source§

fn from(err: GetModelError) -> Self

Converts to this type from the input type.
source§

impl From<GetModelTemplateError> for Error

source§

fn from(err: GetModelTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<GetModelsError> for Error

source§

fn from(err: GetModelsError) -> Self

Converts to this type from the input type.
source§

impl From<GetRouteError> for Error

source§

fn from(err: GetRouteError) -> Self

Converts to this type from the input type.
source§

impl From<GetRouteResponseError> for Error

source§

fn from(err: GetRouteResponseError) -> Self

Converts to this type from the input type.
source§

impl From<GetRouteResponsesError> for Error

source§

fn from(err: GetRouteResponsesError) -> Self

Converts to this type from the input type.
source§

impl From<GetRoutesError> for Error

source§

fn from(err: GetRoutesError) -> Self

Converts to this type from the input type.
source§

impl From<GetStageError> for Error

source§

fn from(err: GetStageError) -> Self

Converts to this type from the input type.
source§

impl From<GetStagesError> for Error

source§

fn from(err: GetStagesError) -> Self

Converts to this type from the input type.
source§

impl From<GetTagsError> for Error

source§

fn from(err: GetTagsError) -> Self

Converts to this type from the input type.
source§

impl From<GetVpcLinkError> for Error

source§

fn from(err: GetVpcLinkError) -> Self

Converts to this type from the input type.
source§

impl From<GetVpcLinksError> for Error

source§

fn from(err: GetVpcLinksError) -> Self

Converts to this type from the input type.
source§

impl From<ImportApiError> for Error

source§

fn from(err: ImportApiError) -> Self

Converts to this type from the input type.
source§

impl From<ReimportApiError> for Error

source§

fn from(err: ReimportApiError) -> Self

Converts to this type from the input type.
source§

impl From<ResetAuthorizersCacheError> for Error

source§

fn from(err: ResetAuthorizersCacheError) -> Self

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<ResetAuthorizersCacheError, 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<UpdateApiError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<UpdateVpcLinkError, R>) -> 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<UpdateApiError> for Error

source§

fn from(err: UpdateApiError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateApiMappingError> for Error

source§

fn from(err: UpdateApiMappingError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAuthorizerError> for Error

source§

fn from(err: UpdateAuthorizerError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDeploymentError> for Error

source§

fn from(err: UpdateDeploymentError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDomainNameError> for Error

source§

fn from(err: UpdateDomainNameError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateIntegrationError> for Error

source§

fn from(err: UpdateIntegrationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateIntegrationResponseError> for Error

source§

fn from(err: UpdateIntegrationResponseError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateModelError> for Error

source§

fn from(err: UpdateModelError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateRouteError> for Error

source§

fn from(err: UpdateRouteError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateRouteResponseError> for Error

source§

fn from(err: UpdateRouteResponseError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateStageError> for Error

source§

fn from(err: UpdateStageError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateVpcLinkError> for Error

source§

fn from(err: UpdateVpcLinkError) -> 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<T> Same<T> 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