Enum aws_sdk_mgn::Error

source ·
#[non_exhaustive]
pub enum Error { AccessDeniedException(AccessDeniedException), ConflictException(ConflictException), InternalServerException(InternalServerException), ResourceNotFoundException(ResourceNotFoundException), ServiceQuotaExceededException(ServiceQuotaExceededException), ThrottlingException(ThrottlingException), UninitializedAccountException(UninitializedAccountException), 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)

Operating denied due to a file permission or access check error.

§

ConflictException(ConflictException)

The request could not be completed due to a conflict with the current state of the target resource.

§

InternalServerException(InternalServerException)

The server encountered an unexpected condition that prevented it from fulfilling the request.

§

ResourceNotFoundException(ResourceNotFoundException)

Resource not found exception.

§

ServiceQuotaExceededException(ServiceQuotaExceededException)

The request could not be completed because its exceeded the service quota.

§

ThrottlingException(ThrottlingException)

Reached throttling quota exception.

§

UninitializedAccountException(UninitializedAccountException)

Uninitialized account exception.

§

ValidationException(ValidationException)

Validate exception.

§

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

source§

fn from(err: ArchiveApplicationError) -> Self

Converts to this type from the input type.
source§

impl From<ArchiveWaveError> for Error

source§

fn from(err: ArchiveWaveError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateApplicationsError> for Error

source§

fn from(err: AssociateApplicationsError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateSourceServersError> for Error

source§

fn from(err: AssociateSourceServersError) -> Self

Converts to this type from the input type.
source§

impl From<ChangeServerLifeCycleStateError> for Error

source§

fn from(err: ChangeServerLifeCycleStateError) -> Self

Converts to this type from the input type.
source§

impl From<CreateApplicationError> for Error

source§

fn from(err: CreateApplicationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateLaunchConfigurationTemplateError> for Error

source§

fn from(err: CreateLaunchConfigurationTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<CreateReplicationConfigurationTemplateError> for Error

source§

fn from(err: CreateReplicationConfigurationTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<CreateWaveError> for Error

source§

fn from(err: CreateWaveError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteApplicationError> for Error

source§

fn from(err: DeleteApplicationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteJobError> for Error

source§

fn from(err: DeleteJobError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteLaunchConfigurationTemplateError> for Error

source§

fn from(err: DeleteLaunchConfigurationTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteReplicationConfigurationTemplateError> for Error

source§

fn from(err: DeleteReplicationConfigurationTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSourceServerError> for Error

source§

fn from(err: DeleteSourceServerError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVcenterClientError> for Error

source§

fn from(err: DeleteVcenterClientError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteWaveError> for Error

source§

fn from(err: DeleteWaveError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeJobLogItemsError> for Error

source§

fn from(err: DescribeJobLogItemsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeJobsError> for Error

source§

fn from(err: DescribeJobsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeLaunchConfigurationTemplatesError> for Error

source§

fn from(err: DescribeLaunchConfigurationTemplatesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeReplicationConfigurationTemplatesError> for Error

source§

fn from(err: DescribeReplicationConfigurationTemplatesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSourceServersError> for Error

source§

fn from(err: DescribeSourceServersError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVcenterClientsError> for Error

source§

fn from(err: DescribeVcenterClientsError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateApplicationsError> for Error

source§

fn from(err: DisassociateApplicationsError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateSourceServersError> for Error

source§

fn from(err: DisassociateSourceServersError) -> Self

Converts to this type from the input type.
source§

impl From<DisconnectFromServiceError> for Error

source§

fn from(err: DisconnectFromServiceError) -> Self

Converts to this type from the input type.
source§

impl From<FinalizeCutoverError> for Error

source§

fn from(err: FinalizeCutoverError) -> Self

Converts to this type from the input type.
source§

impl From<GetLaunchConfigurationError> for Error

source§

fn from(err: GetLaunchConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetReplicationConfigurationError> for Error

source§

fn from(err: GetReplicationConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<InitializeServiceError> for Error

source§

fn from(err: InitializeServiceError) -> Self

Converts to this type from the input type.
source§

impl From<ListApplicationsError> for Error

source§

fn from(err: ListApplicationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListExportErrorsError> for Error

source§

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

source§

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

source§

fn from(err: ListManagedAccountsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSourceServerActionsError> for Error

source§

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

source§

fn from(err: ListTemplateActionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListWavesError> for Error

source§

fn from(err: ListWavesError) -> Self

Converts to this type from the input type.
source§

impl From<MarkAsArchivedError> for Error

source§

fn from(err: MarkAsArchivedError) -> Self

Converts to this type from the input type.
source§

impl From<PauseReplicationError> for Error

source§

fn from(err: PauseReplicationError) -> Self

Converts to this type from the input type.
source§

impl From<PutSourceServerActionError> for Error

source§

fn from(err: PutSourceServerActionError) -> Self

Converts to this type from the input type.
source§

impl From<PutTemplateActionError> for Error

source§

fn from(err: PutTemplateActionError) -> Self

Converts to this type from the input type.
source§

impl From<RemoveSourceServerActionError> for Error

source§

fn from(err: RemoveSourceServerActionError) -> Self

Converts to this type from the input type.
source§

impl From<RemoveTemplateActionError> for Error

source§

fn from(err: RemoveTemplateActionError) -> Self

Converts to this type from the input type.
source§

impl From<ResumeReplicationError> for Error

source§

fn from(err: ResumeReplicationError) -> Self

Converts to this type from the input type.
source§

impl From<RetryDataReplicationError> for Error

source§

fn from(err: RetryDataReplicationError) -> Self

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<ListSourceServerActionsError, 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<ListTemplateActionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<StopReplicationError, 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<TerminateTargetInstancesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<UnarchiveWaveError, 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<UpdateApplicationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<StartCutoverError> for Error

source§

fn from(err: StartCutoverError) -> Self

Converts to this type from the input type.
source§

impl From<StartExportError> for Error

source§

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

source§

fn from(err: StartReplicationError) -> Self

Converts to this type from the input type.
source§

impl From<StartTestError> for Error

source§

fn from(err: StartTestError) -> Self

Converts to this type from the input type.
source§

impl From<StopReplicationError> for Error

source§

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

source§

fn from(err: TerminateTargetInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<UnarchiveApplicationError> for Error

source§

fn from(err: UnarchiveApplicationError) -> Self

Converts to this type from the input type.
source§

impl From<UnarchiveWaveError> for Error

source§

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

source§

fn from(err: UpdateApplicationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateLaunchConfigurationError> for Error

source§

fn from(err: UpdateLaunchConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateLaunchConfigurationTemplateError> for Error

source§

fn from(err: UpdateLaunchConfigurationTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateReplicationConfigurationError> for Error

source§

fn from(err: UpdateReplicationConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateReplicationConfigurationTemplateError> for Error

source§

fn from(err: UpdateReplicationConfigurationTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateSourceServerReplicationTypeError> for Error

source§

fn from(err: UpdateSourceServerReplicationTypeError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateWaveError> for Error

source§

fn from(err: UpdateWaveError) -> 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