#[non_exhaustive]
pub enum Error { AccessDeniedException(AccessDeniedException), ConflictException(ConflictException), InternalServerException(InternalServerException), ResourceNotFoundException(ResourceNotFoundException), ServiceQuotaExceededException(ServiceQuotaExceededException), ThrottlingException(ThrottlingException), UnauthorizedException(UnauthorizedException), ValidationException(ValidationException), Unhandled(Unhandled), }
Expand description

All possible error types for this service.

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

AccessDeniedException(AccessDeniedException)

You do not have sufficient access to perform this action.

§

ConflictException(ConflictException)

There is a conflict while performing this action.

§

InternalServerException(InternalServerException)

The request has failed because of an unknown error, exception or failure.

§

ResourceNotFoundException(ResourceNotFoundException)

The specified resource cannot be found.

§

ServiceQuotaExceededException(ServiceQuotaExceededException)

The request has exceeded the specified service quota.

§

ThrottlingException(ThrottlingException)

The request was denied due to request throttling.

§

UnauthorizedException(UnauthorizedException)

You do not have permission to perform this action.

§

ValidationException(ValidationException)

The input fails to satisfy the constraints specified by the Amazon Web Services service.

§

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

source§

fn from(err: AcceptPredictionsError) -> Self

Converts to this type from the input type.
source§

impl From<AcceptSubscriptionRequestError> for Error

source§

fn from(err: AcceptSubscriptionRequestError) -> Self

Converts to this type from the input type.
source§

impl From<CancelSubscriptionError> for Error

source§

fn from(err: CancelSubscriptionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAssetError> for Error

source§

fn from(err: CreateAssetError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAssetRevisionError> for Error

source§

fn from(err: CreateAssetRevisionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAssetTypeError> for Error

source§

fn from(err: CreateAssetTypeError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDataSourceError> for Error

source§

fn from(err: CreateDataSourceError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDomainError> for Error

source§

fn from(err: CreateDomainError) -> Self

Converts to this type from the input type.
source§

impl From<CreateEnvironmentError> for Error

source§

fn from(err: CreateEnvironmentError) -> Self

Converts to this type from the input type.
source§

impl From<CreateEnvironmentProfileError> for Error

source§

fn from(err: CreateEnvironmentProfileError) -> Self

Converts to this type from the input type.
source§

impl From<CreateFormTypeError> for Error

source§

fn from(err: CreateFormTypeError) -> Self

Converts to this type from the input type.
source§

impl From<CreateGlossaryError> for Error

source§

fn from(err: CreateGlossaryError) -> Self

Converts to this type from the input type.
source§

impl From<CreateGlossaryTermError> for Error

source§

fn from(err: CreateGlossaryTermError) -> Self

Converts to this type from the input type.
source§

impl From<CreateGroupProfileError> for Error

source§

fn from(err: CreateGroupProfileError) -> Self

Converts to this type from the input type.
source§

impl From<CreateListingChangeSetError> for Error

source§

fn from(err: CreateListingChangeSetError) -> Self

Converts to this type from the input type.
source§

impl From<CreateProjectError> for Error

source§

fn from(err: CreateProjectError) -> Self

Converts to this type from the input type.
source§

impl From<CreateProjectMembershipError> for Error

source§

fn from(err: CreateProjectMembershipError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSubscriptionGrantError> for Error

source§

fn from(err: CreateSubscriptionGrantError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSubscriptionRequestError> for Error

source§

fn from(err: CreateSubscriptionRequestError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSubscriptionTargetError> for Error

source§

fn from(err: CreateSubscriptionTargetError) -> Self

Converts to this type from the input type.
source§

impl From<CreateUserProfileError> for Error

source§

fn from(err: CreateUserProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAssetError> for Error

source§

fn from(err: DeleteAssetError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAssetTypeError> for Error

source§

fn from(err: DeleteAssetTypeError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDataSourceError> for Error

source§

fn from(err: DeleteDataSourceError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDomainError> for Error

source§

fn from(err: DeleteDomainError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteEnvironmentBlueprintConfigurationError> for Error

source§

fn from(err: DeleteEnvironmentBlueprintConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteEnvironmentError> for Error

source§

fn from(err: DeleteEnvironmentError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteEnvironmentProfileError> for Error

source§

fn from(err: DeleteEnvironmentProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFormTypeError> for Error

source§

fn from(err: DeleteFormTypeError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteGlossaryError> for Error

source§

fn from(err: DeleteGlossaryError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteGlossaryTermError> for Error

source§

fn from(err: DeleteGlossaryTermError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteListingError> for Error

source§

fn from(err: DeleteListingError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteProjectError> for Error

source§

fn from(err: DeleteProjectError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteProjectMembershipError> for Error

source§

fn from(err: DeleteProjectMembershipError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSubscriptionGrantError> for Error

source§

fn from(err: DeleteSubscriptionGrantError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSubscriptionRequestError> for Error

source§

fn from(err: DeleteSubscriptionRequestError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSubscriptionTargetError> for Error

source§

fn from(err: DeleteSubscriptionTargetError) -> Self

Converts to this type from the input type.
source§

impl From<GetAssetError> for Error

source§

fn from(err: GetAssetError) -> Self

Converts to this type from the input type.
source§

impl From<GetAssetTypeError> for Error

source§

fn from(err: GetAssetTypeError) -> Self

Converts to this type from the input type.
source§

impl From<GetDataSourceError> for Error

source§

fn from(err: GetDataSourceError) -> Self

Converts to this type from the input type.
source§

impl From<GetDataSourceRunError> for Error

source§

fn from(err: GetDataSourceRunError) -> Self

Converts to this type from the input type.
source§

impl From<GetDomainError> for Error

source§

fn from(err: GetDomainError) -> Self

Converts to this type from the input type.
source§

impl From<GetEnvironmentBlueprintConfigurationError> for Error

source§

fn from(err: GetEnvironmentBlueprintConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetEnvironmentBlueprintError> for Error

source§

fn from(err: GetEnvironmentBlueprintError) -> Self

Converts to this type from the input type.
source§

impl From<GetEnvironmentError> for Error

source§

fn from(err: GetEnvironmentError) -> Self

Converts to this type from the input type.
source§

impl From<GetEnvironmentProfileError> for Error

source§

fn from(err: GetEnvironmentProfileError) -> Self

Converts to this type from the input type.
source§

impl From<GetFormTypeError> for Error

source§

fn from(err: GetFormTypeError) -> Self

Converts to this type from the input type.
source§

impl From<GetGlossaryError> for Error

source§

fn from(err: GetGlossaryError) -> Self

Converts to this type from the input type.
source§

impl From<GetGlossaryTermError> for Error

source§

fn from(err: GetGlossaryTermError) -> Self

Converts to this type from the input type.
source§

impl From<GetGroupProfileError> for Error

source§

fn from(err: GetGroupProfileError) -> Self

Converts to this type from the input type.
source§

impl From<GetIamPortalLoginUrlError> for Error

source§

fn from(err: GetIamPortalLoginUrlError) -> Self

Converts to this type from the input type.
source§

impl From<GetListingError> for Error

source§

fn from(err: GetListingError) -> Self

Converts to this type from the input type.
source§

impl From<GetProjectError> for Error

source§

fn from(err: GetProjectError) -> Self

Converts to this type from the input type.
source§

impl From<GetSubscriptionError> for Error

source§

fn from(err: GetSubscriptionError) -> Self

Converts to this type from the input type.
source§

impl From<GetSubscriptionGrantError> for Error

source§

fn from(err: GetSubscriptionGrantError) -> Self

Converts to this type from the input type.
source§

impl From<GetSubscriptionRequestDetailsError> for Error

source§

fn from(err: GetSubscriptionRequestDetailsError) -> Self

Converts to this type from the input type.
source§

impl From<GetSubscriptionTargetError> for Error

source§

fn from(err: GetSubscriptionTargetError) -> Self

Converts to this type from the input type.
source§

impl From<GetUserProfileError> for Error

source§

fn from(err: GetUserProfileError) -> Self

Converts to this type from the input type.
source§

impl From<ListAssetRevisionsError> for Error

source§

fn from(err: ListAssetRevisionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDataSourceRunActivitiesError> for Error

source§

fn from(err: ListDataSourceRunActivitiesError) -> Self

Converts to this type from the input type.
source§

impl From<ListDataSourceRunsError> for Error

source§

fn from(err: ListDataSourceRunsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDataSourcesError> for Error

source§

fn from(err: ListDataSourcesError) -> Self

Converts to this type from the input type.
source§

impl From<ListDomainsError> for Error

source§

fn from(err: ListDomainsError) -> Self

Converts to this type from the input type.
source§

impl From<ListEnvironmentBlueprintConfigurationsError> for Error

source§

fn from(err: ListEnvironmentBlueprintConfigurationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListEnvironmentBlueprintsError> for Error

source§

fn from(err: ListEnvironmentBlueprintsError) -> Self

Converts to this type from the input type.
source§

impl From<ListEnvironmentProfilesError> for Error

source§

fn from(err: ListEnvironmentProfilesError) -> Self

Converts to this type from the input type.
source§

impl From<ListEnvironmentsError> for Error

source§

fn from(err: ListEnvironmentsError) -> Self

Converts to this type from the input type.
source§

impl From<ListNotificationsError> for Error

source§

fn from(err: ListNotificationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListProjectMembershipsError> for Error

source§

fn from(err: ListProjectMembershipsError) -> Self

Converts to this type from the input type.
source§

impl From<ListProjectsError> for Error

source§

fn from(err: ListProjectsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSubscriptionGrantsError> for Error

source§

fn from(err: ListSubscriptionGrantsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSubscriptionRequestsError> for Error

source§

fn from(err: ListSubscriptionRequestsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSubscriptionTargetsError> for Error

source§

fn from(err: ListSubscriptionTargetsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSubscriptionsError> for Error

source§

fn from(err: ListSubscriptionsError) -> 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<PutEnvironmentBlueprintConfigurationError> for Error

source§

fn from(err: PutEnvironmentBlueprintConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<RejectPredictionsError> for Error

source§

fn from(err: RejectPredictionsError) -> Self

Converts to this type from the input type.
source§

impl From<RejectSubscriptionRequestError> for Error

source§

fn from(err: RejectSubscriptionRequestError) -> Self

Converts to this type from the input type.
source§

impl From<RevokeSubscriptionError> for Error

source§

fn from(err: RevokeSubscriptionError) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<AcceptPredictionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AcceptSubscriptionRequestError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelSubscriptionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateAssetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateAssetRevisionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateAssetTypeError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateDataSourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateDomainError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateEnvironmentError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateEnvironmentProfileError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateFormTypeError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateGlossaryError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateGlossaryTermError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateGroupProfileError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateListingChangeSetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateProjectError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateProjectMembershipError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateSubscriptionGrantError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateSubscriptionRequestError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateSubscriptionTargetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateUserProfileError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteAssetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteAssetTypeError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteDataSourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteDomainError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteEnvironmentBlueprintConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteEnvironmentError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteEnvironmentProfileError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteFormTypeError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteGlossaryError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteGlossaryTermError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteListingError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteProjectError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteProjectMembershipError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteSubscriptionGrantError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteSubscriptionRequestError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteSubscriptionTargetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetAssetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetAssetTypeError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetDataSourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetDataSourceRunError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetDomainError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetEnvironmentBlueprintConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetEnvironmentBlueprintError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetEnvironmentError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetEnvironmentProfileError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetFormTypeError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetGlossaryError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetGlossaryTermError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetGroupProfileError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetIamPortalLoginUrlError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetListingError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetProjectError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetSubscriptionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetSubscriptionGrantError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetSubscriptionRequestDetailsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetSubscriptionTargetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetUserProfileError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListAssetRevisionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListDataSourceRunActivitiesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListDataSourceRunsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListDataSourcesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListDomainsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListEnvironmentBlueprintConfigurationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListEnvironmentBlueprintsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListEnvironmentProfilesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListEnvironmentsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListNotificationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListProjectMembershipsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListProjectsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListSubscriptionGrantsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListSubscriptionRequestsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListSubscriptionTargetsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListSubscriptionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTagsForResourceError, R>> for Error
where 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<PutEnvironmentBlueprintConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RejectPredictionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RejectSubscriptionRequestError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RevokeSubscriptionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<SearchError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<SearchGroupProfilesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<SearchListingsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<SearchTypesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<SearchUserProfilesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartDataSourceRunError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<TagResourceError, R>> for Error
where 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 Error
where 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<UpdateDataSourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateDomainError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateEnvironmentError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateEnvironmentProfileError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateGlossaryError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateGlossaryTermError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateGroupProfileError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateProjectError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateSubscriptionGrantStatusError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateSubscriptionRequestError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateSubscriptionTargetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateUserProfileError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl From<SearchError> for Error

source§

fn from(err: SearchError) -> Self

Converts to this type from the input type.
source§

impl From<SearchGroupProfilesError> for Error

source§

fn from(err: SearchGroupProfilesError) -> Self

Converts to this type from the input type.
source§

impl From<SearchListingsError> for Error

source§

fn from(err: SearchListingsError) -> Self

Converts to this type from the input type.
source§

impl From<SearchTypesError> for Error

source§

fn from(err: SearchTypesError) -> Self

Converts to this type from the input type.
source§

impl From<SearchUserProfilesError> for Error

source§

fn from(err: SearchUserProfilesError) -> Self

Converts to this type from the input type.
source§

impl From<StartDataSourceRunError> for Error

source§

fn from(err: StartDataSourceRunError) -> 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<UpdateDataSourceError> for Error

source§

fn from(err: UpdateDataSourceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDomainError> for Error

source§

fn from(err: UpdateDomainError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateEnvironmentError> for Error

source§

fn from(err: UpdateEnvironmentError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateEnvironmentProfileError> for Error

source§

fn from(err: UpdateEnvironmentProfileError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateGlossaryError> for Error

source§

fn from(err: UpdateGlossaryError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateGlossaryTermError> for Error

source§

fn from(err: UpdateGlossaryTermError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateGroupProfileError> for Error

source§

fn from(err: UpdateGroupProfileError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateProjectError> for Error

source§

fn from(err: UpdateProjectError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateSubscriptionGrantStatusError> for Error

source§

fn from(err: UpdateSubscriptionGrantStatusError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateSubscriptionRequestError> for Error

source§

fn from(err: UpdateSubscriptionRequestError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateSubscriptionTargetError> for Error

source§

fn from(err: UpdateSubscriptionTargetError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateUserProfileError> for Error

source§

fn from(err: UpdateUserProfileError) -> 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 T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where 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 T
where 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 for T

§

type Output = T

Should always be Self
source§

impl<T> ToString for T
where 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 T
where 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 T
where 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