Enum aws_sdk_omics::Error

source ·
#[non_exhaustive]
pub enum Error { AccessDeniedException(AccessDeniedException), ConflictException(ConflictException), InternalServerException(InternalServerException), NotSupportedOperationException(NotSupportedOperationException), RangeNotSatisfiableException(RangeNotSatisfiableException), RequestTimeoutException(RequestTimeoutException), ResourceNotFoundException(ResourceNotFoundException), ServiceQuotaExceededException(ServiceQuotaExceededException), ThrottlingException(ThrottlingException), ValidationException(ValidationException), Unhandled(Unhandled), }
Expand description

All possible error types for this service.

Variants (Non-exhaustive)§

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

AccessDeniedException(AccessDeniedException)

You do not have sufficient access to perform this action.

§

ConflictException(ConflictException)

The request cannot be applied to the target resource in its current state.

§

InternalServerException(InternalServerException)

An unexpected error occurred. Try the request again.

§

NotSupportedOperationException(NotSupportedOperationException)

The operation is not supported by Amazon Omics, or the API does not exist.

§

RangeNotSatisfiableException(RangeNotSatisfiableException)

The ranges specified in the request are not valid.

§

RequestTimeoutException(RequestTimeoutException)

The request timed out.

§

ResourceNotFoundException(ResourceNotFoundException)

The target resource was not found in the current Region.

§

ServiceQuotaExceededException(ServiceQuotaExceededException)

The request exceeds a service quota.

§

ThrottlingException(ThrottlingException)

The request was denied due to request throttling.

§

ValidationException(ValidationException)

The input fails to satisfy the constraints specified by an AWS 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<AbortMultipartReadSetUploadError> for Error

source§

fn from(err: AbortMultipartReadSetUploadError) -> Self

Converts to this type from the input type.
source§

impl From<AcceptShareError> for Error

source§

fn from(err: AcceptShareError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDeleteReadSetError> for Error

source§

fn from(err: BatchDeleteReadSetError) -> Self

Converts to this type from the input type.
source§

impl From<BuildError> for Error

source§

fn from(value: BuildError) -> Self

Converts to this type from the input type.
source§

impl From<CancelAnnotationImportJobError> for Error

source§

fn from(err: CancelAnnotationImportJobError) -> Self

Converts to this type from the input type.
source§

impl From<CancelRunError> for Error

source§

fn from(err: CancelRunError) -> Self

Converts to this type from the input type.
source§

impl From<CancelVariantImportJobError> for Error

source§

fn from(err: CancelVariantImportJobError) -> Self

Converts to this type from the input type.
source§

impl From<CompleteMultipartReadSetUploadError> for Error

source§

fn from(err: CompleteMultipartReadSetUploadError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAnnotationStoreError> for Error

source§

fn from(err: CreateAnnotationStoreError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAnnotationStoreVersionError> for Error

source§

fn from(err: CreateAnnotationStoreVersionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateMultipartReadSetUploadError> for Error

source§

fn from(err: CreateMultipartReadSetUploadError) -> Self

Converts to this type from the input type.
source§

impl From<CreateReferenceStoreError> for Error

source§

fn from(err: CreateReferenceStoreError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRunGroupError> for Error

source§

fn from(err: CreateRunGroupError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSequenceStoreError> for Error

source§

fn from(err: CreateSequenceStoreError) -> Self

Converts to this type from the input type.
source§

impl From<CreateShareError> for Error

source§

fn from(err: CreateShareError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVariantStoreError> for Error

source§

fn from(err: CreateVariantStoreError) -> Self

Converts to this type from the input type.
source§

impl From<CreateWorkflowError> for Error

source§

fn from(err: CreateWorkflowError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAnnotationStoreError> for Error

source§

fn from(err: DeleteAnnotationStoreError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAnnotationStoreVersionsError> for Error

source§

fn from(err: DeleteAnnotationStoreVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteReferenceError> for Error

source§

fn from(err: DeleteReferenceError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteReferenceStoreError> for Error

source§

fn from(err: DeleteReferenceStoreError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRunError> for Error

source§

fn from(err: DeleteRunError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRunGroupError> for Error

source§

fn from(err: DeleteRunGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSequenceStoreError> for Error

source§

fn from(err: DeleteSequenceStoreError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteShareError> for Error

source§

fn from(err: DeleteShareError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVariantStoreError> for Error

source§

fn from(err: DeleteVariantStoreError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteWorkflowError> for Error

source§

fn from(err: DeleteWorkflowError) -> Self

Converts to this type from the input type.
source§

impl From<GetAnnotationImportJobError> for Error

source§

fn from(err: GetAnnotationImportJobError) -> Self

Converts to this type from the input type.
source§

impl From<GetAnnotationStoreError> for Error

source§

fn from(err: GetAnnotationStoreError) -> Self

Converts to this type from the input type.
source§

impl From<GetAnnotationStoreVersionError> for Error

source§

fn from(err: GetAnnotationStoreVersionError) -> Self

Converts to this type from the input type.
source§

impl From<GetReadSetActivationJobError> for Error

source§

fn from(err: GetReadSetActivationJobError) -> Self

Converts to this type from the input type.
source§

impl From<GetReadSetError> for Error

source§

fn from(err: GetReadSetError) -> Self

Converts to this type from the input type.
source§

impl From<GetReadSetExportJobError> for Error

source§

fn from(err: GetReadSetExportJobError) -> Self

Converts to this type from the input type.
source§

impl From<GetReadSetImportJobError> for Error

source§

fn from(err: GetReadSetImportJobError) -> Self

Converts to this type from the input type.
source§

impl From<GetReadSetMetadataError> for Error

source§

fn from(err: GetReadSetMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<GetReferenceError> for Error

source§

fn from(err: GetReferenceError) -> Self

Converts to this type from the input type.
source§

impl From<GetReferenceImportJobError> for Error

source§

fn from(err: GetReferenceImportJobError) -> Self

Converts to this type from the input type.
source§

impl From<GetReferenceMetadataError> for Error

source§

fn from(err: GetReferenceMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<GetReferenceStoreError> for Error

source§

fn from(err: GetReferenceStoreError) -> Self

Converts to this type from the input type.
source§

impl From<GetRunError> for Error

source§

fn from(err: GetRunError) -> Self

Converts to this type from the input type.
source§

impl From<GetRunGroupError> for Error

source§

fn from(err: GetRunGroupError) -> Self

Converts to this type from the input type.
source§

impl From<GetRunTaskError> for Error

source§

fn from(err: GetRunTaskError) -> Self

Converts to this type from the input type.
source§

impl From<GetSequenceStoreError> for Error

source§

fn from(err: GetSequenceStoreError) -> Self

Converts to this type from the input type.
source§

impl From<GetShareError> for Error

source§

fn from(err: GetShareError) -> Self

Converts to this type from the input type.
source§

impl From<GetVariantImportJobError> for Error

source§

fn from(err: GetVariantImportJobError) -> Self

Converts to this type from the input type.
source§

impl From<GetVariantStoreError> for Error

source§

fn from(err: GetVariantStoreError) -> Self

Converts to this type from the input type.
source§

impl From<GetWorkflowError> for Error

source§

fn from(err: GetWorkflowError) -> Self

Converts to this type from the input type.
source§

impl From<ListAnnotationImportJobsError> for Error

source§

fn from(err: ListAnnotationImportJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAnnotationStoreVersionsError> for Error

source§

fn from(err: ListAnnotationStoreVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAnnotationStoresError> for Error

source§

fn from(err: ListAnnotationStoresError) -> Self

Converts to this type from the input type.
source§

impl From<ListMultipartReadSetUploadsError> for Error

source§

fn from(err: ListMultipartReadSetUploadsError) -> Self

Converts to this type from the input type.
source§

impl From<ListReadSetActivationJobsError> for Error

source§

fn from(err: ListReadSetActivationJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListReadSetExportJobsError> for Error

source§

fn from(err: ListReadSetExportJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListReadSetImportJobsError> for Error

source§

fn from(err: ListReadSetImportJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListReadSetUploadPartsError> for Error

source§

fn from(err: ListReadSetUploadPartsError) -> Self

Converts to this type from the input type.
source§

impl From<ListReadSetsError> for Error

source§

fn from(err: ListReadSetsError) -> Self

Converts to this type from the input type.
source§

impl From<ListReferenceImportJobsError> for Error

source§

fn from(err: ListReferenceImportJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListReferenceStoresError> for Error

source§

fn from(err: ListReferenceStoresError) -> Self

Converts to this type from the input type.
source§

impl From<ListReferencesError> for Error

source§

fn from(err: ListReferencesError) -> Self

Converts to this type from the input type.
source§

impl From<ListRunGroupsError> for Error

source§

fn from(err: ListRunGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<ListRunTasksError> for Error

source§

fn from(err: ListRunTasksError) -> Self

Converts to this type from the input type.
source§

impl From<ListRunsError> for Error

source§

fn from(err: ListRunsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSequenceStoresError> for Error

source§

fn from(err: ListSequenceStoresError) -> Self

Converts to this type from the input type.
source§

impl From<ListSharesError> for Error

source§

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

source§

fn from(err: ListVariantImportJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListVariantStoresError> for Error

source§

fn from(err: ListVariantStoresError) -> Self

Converts to this type from the input type.
source§

impl From<ListWorkflowsError> for Error

source§

fn from(err: ListWorkflowsError) -> Self

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<StartAnnotationImportJobError> for Error

source§

fn from(err: StartAnnotationImportJobError) -> Self

Converts to this type from the input type.
source§

impl From<StartReadSetActivationJobError> for Error

source§

fn from(err: StartReadSetActivationJobError) -> Self

Converts to this type from the input type.
source§

impl From<StartReadSetExportJobError> for Error

source§

fn from(err: StartReadSetExportJobError) -> Self

Converts to this type from the input type.
source§

impl From<StartReadSetImportJobError> for Error

source§

fn from(err: StartReadSetImportJobError) -> Self

Converts to this type from the input type.
source§

impl From<StartReferenceImportJobError> for Error

source§

fn from(err: StartReferenceImportJobError) -> Self

Converts to this type from the input type.
source§

impl From<StartRunError> for Error

source§

fn from(err: StartRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartVariantImportJobError> for Error

source§

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

source§

fn from(err: UpdateAnnotationStoreError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAnnotationStoreVersionError> for Error

source§

fn from(err: UpdateAnnotationStoreVersionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateRunGroupError> for Error

source§

fn from(err: UpdateRunGroupError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateVariantStoreError> for Error

source§

fn from(err: UpdateVariantStoreError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateWorkflowError> for Error

source§

fn from(err: UpdateWorkflowError) -> Self

Converts to this type from the input type.
source§

impl From<UploadReadSetPartError> for Error

source§

fn from(err: UploadReadSetPartError) -> Self

Converts to this type from the input type.
source§

impl RequestId for Error

source§

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

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

Auto Trait Implementations§

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

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

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

fn in_current_span(self) -> Instrumented<Self>

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

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

source§

fn into(self) -> U

Calls U::from(self).

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

source§

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

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

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

source§

default fn to_string(&self) -> String

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

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

§

type Error = Infallible

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

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

Performs the conversion.
source§

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

§

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

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

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

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

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