#[non_exhaustive]
pub enum Error { ConflictException(ConflictException), ResourceInUse(ResourceInUse), ResourceLimitExceeded(ResourceLimitExceeded), ResourceNotFound(ResourceNotFound), Unhandled(Unhandled), }
Expand description

All possible error types for this service.

Variants (Non-exhaustive)§

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

ConflictException(ConflictException)

There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

§

ResourceInUse(ResourceInUse)

Resource being accessed is in use.

§

ResourceLimitExceeded(ResourceLimitExceeded)

You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

§

ResourceNotFound(ResourceNotFound)

Resource being access is not found.

§

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

source§

fn from(err: AddAssociationError) -> Self

Converts to this type from the input type.
source§

impl From<AddTagsError> for Error

source§

fn from(err: AddTagsError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateTrialComponentError> for Error

source§

fn from(err: AssociateTrialComponentError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDescribeModelPackageError> for Error

source§

fn from(err: BatchDescribeModelPackageError) -> Self

Converts to this type from the input type.
source§

impl From<CreateActionError> for Error

source§

fn from(err: CreateActionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAlgorithmError> for Error

source§

fn from(err: CreateAlgorithmError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAppError> for Error

source§

fn from(err: CreateAppError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAppImageConfigError> for Error

source§

fn from(err: CreateAppImageConfigError) -> Self

Converts to this type from the input type.
source§

impl From<CreateArtifactError> for Error

source§

fn from(err: CreateArtifactError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAutoMLJobError> for Error

source§

fn from(err: CreateAutoMLJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAutoMLJobV2Error> for Error

source§

fn from(err: CreateAutoMLJobV2Error) -> Self

Converts to this type from the input type.
source§

impl From<CreateCodeRepositoryError> for Error

source§

fn from(err: CreateCodeRepositoryError) -> Self

Converts to this type from the input type.
source§

impl From<CreateCompilationJobError> for Error

source§

fn from(err: CreateCompilationJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateContextError> for Error

source§

fn from(err: CreateContextError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDataQualityJobDefinitionError> for Error

source§

fn from(err: CreateDataQualityJobDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDeviceFleetError> for Error

source§

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

source§

fn from(err: CreateEdgeDeploymentPlanError) -> Self

Converts to this type from the input type.
source§

impl From<CreateEdgeDeploymentStageError> for Error

source§

fn from(err: CreateEdgeDeploymentStageError) -> Self

Converts to this type from the input type.
source§

impl From<CreateEdgePackagingJobError> for Error

source§

fn from(err: CreateEdgePackagingJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateEndpointConfigError> for Error

source§

fn from(err: CreateEndpointConfigError) -> Self

Converts to this type from the input type.
source§

impl From<CreateEndpointError> for Error

source§

fn from(err: CreateEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<CreateExperimentError> for Error

source§

fn from(err: CreateExperimentError) -> Self

Converts to this type from the input type.
source§

impl From<CreateFeatureGroupError> for Error

source§

fn from(err: CreateFeatureGroupError) -> Self

Converts to this type from the input type.
source§

impl From<CreateFlowDefinitionError> for Error

source§

fn from(err: CreateFlowDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateHubError> for Error

source§

fn from(err: CreateHubError) -> Self

Converts to this type from the input type.
source§

impl From<CreateHumanTaskUiError> for Error

source§

fn from(err: CreateHumanTaskUiError) -> Self

Converts to this type from the input type.
source§

impl From<CreateHyperParameterTuningJobError> for Error

source§

fn from(err: CreateHyperParameterTuningJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateImageError> for Error

source§

fn from(err: CreateImageError) -> Self

Converts to this type from the input type.
source§

impl From<CreateImageVersionError> for Error

source§

fn from(err: CreateImageVersionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateInferenceExperimentError> for Error

source§

fn from(err: CreateInferenceExperimentError) -> Self

Converts to this type from the input type.
source§

impl From<CreateInferenceRecommendationsJobError> for Error

source§

fn from(err: CreateInferenceRecommendationsJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateLabelingJobError> for Error

source§

fn from(err: CreateLabelingJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateModelBiasJobDefinitionError> for Error

source§

fn from(err: CreateModelBiasJobDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateModelCardError> for Error

source§

fn from(err: CreateModelCardError) -> Self

Converts to this type from the input type.
source§

impl From<CreateModelCardExportJobError> for Error

source§

fn from(err: CreateModelCardExportJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateModelError> for Error

source§

fn from(err: CreateModelError) -> Self

Converts to this type from the input type.
source§

impl From<CreateModelExplainabilityJobDefinitionError> for Error

source§

fn from(err: CreateModelExplainabilityJobDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateModelPackageError> for Error

source§

fn from(err: CreateModelPackageError) -> Self

Converts to this type from the input type.
source§

impl From<CreateModelPackageGroupError> for Error

source§

fn from(err: CreateModelPackageGroupError) -> Self

Converts to this type from the input type.
source§

impl From<CreateModelQualityJobDefinitionError> for Error

source§

fn from(err: CreateModelQualityJobDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateMonitoringScheduleError> for Error

source§

fn from(err: CreateMonitoringScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<CreateNotebookInstanceError> for Error

source§

fn from(err: CreateNotebookInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<CreateNotebookInstanceLifecycleConfigError> for Error

source§

fn from(err: CreateNotebookInstanceLifecycleConfigError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePipelineError> for Error

source§

fn from(err: CreatePipelineError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePresignedDomainUrlError> for Error

source§

fn from(err: CreatePresignedDomainUrlError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePresignedNotebookInstanceUrlError> for Error

source§

fn from(err: CreatePresignedNotebookInstanceUrlError) -> Self

Converts to this type from the input type.
source§

impl From<CreateProcessingJobError> for Error

source§

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

source§

fn from(err: CreateSpaceError) -> Self

Converts to this type from the input type.
source§

impl From<CreateStudioLifecycleConfigError> for Error

source§

fn from(err: CreateStudioLifecycleConfigError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTrainingJobError> for Error

source§

fn from(err: CreateTrainingJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTransformJobError> for Error

source§

fn from(err: CreateTransformJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTrialComponentError> for Error

source§

fn from(err: CreateTrialComponentError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTrialError> for Error

source§

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

source§

fn from(err: CreateWorkforceError) -> Self

Converts to this type from the input type.
source§

impl From<CreateWorkteamError> for Error

source§

fn from(err: CreateWorkteamError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteActionError> for Error

source§

fn from(err: DeleteActionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAlgorithmError> for Error

source§

fn from(err: DeleteAlgorithmError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAppError> for Error

source§

fn from(err: DeleteAppError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAppImageConfigError> for Error

source§

fn from(err: DeleteAppImageConfigError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteArtifactError> for Error

source§

fn from(err: DeleteArtifactError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAssociationError> for Error

source§

fn from(err: DeleteAssociationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteCodeRepositoryError> for Error

source§

fn from(err: DeleteCodeRepositoryError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteContextError> for Error

source§

fn from(err: DeleteContextError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDataQualityJobDefinitionError> for Error

source§

fn from(err: DeleteDataQualityJobDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDeviceFleetError> for Error

source§

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

source§

fn from(err: DeleteEdgeDeploymentPlanError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteEdgeDeploymentStageError> for Error

source§

fn from(err: DeleteEdgeDeploymentStageError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteEndpointConfigError> for Error

source§

fn from(err: DeleteEndpointConfigError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteEndpointError> for Error

source§

fn from(err: DeleteEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteExperimentError> for Error

source§

fn from(err: DeleteExperimentError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFeatureGroupError> for Error

source§

fn from(err: DeleteFeatureGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFlowDefinitionError> for Error

source§

fn from(err: DeleteFlowDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteHubContentError> for Error

source§

fn from(err: DeleteHubContentError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteHubError> for Error

source§

fn from(err: DeleteHubError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteHumanTaskUiError> for Error

source§

fn from(err: DeleteHumanTaskUiError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteImageError> for Error

source§

fn from(err: DeleteImageError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteImageVersionError> for Error

source§

fn from(err: DeleteImageVersionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteInferenceExperimentError> for Error

source§

fn from(err: DeleteInferenceExperimentError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteModelBiasJobDefinitionError> for Error

source§

fn from(err: DeleteModelBiasJobDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteModelCardError> for Error

source§

fn from(err: DeleteModelCardError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteModelError> for Error

source§

fn from(err: DeleteModelError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteModelExplainabilityJobDefinitionError> for Error

source§

fn from(err: DeleteModelExplainabilityJobDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteModelPackageError> for Error

source§

fn from(err: DeleteModelPackageError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteModelPackageGroupError> for Error

source§

fn from(err: DeleteModelPackageGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteModelPackageGroupPolicyError> for Error

source§

fn from(err: DeleteModelPackageGroupPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteModelQualityJobDefinitionError> for Error

source§

fn from(err: DeleteModelQualityJobDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteMonitoringScheduleError> for Error

source§

fn from(err: DeleteMonitoringScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteNotebookInstanceError> for Error

source§

fn from(err: DeleteNotebookInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteNotebookInstanceLifecycleConfigError> for Error

source§

fn from(err: DeleteNotebookInstanceLifecycleConfigError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePipelineError> for Error

source§

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

source§

fn from(err: DeleteSpaceError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteStudioLifecycleConfigError> for Error

source§

fn from(err: DeleteStudioLifecycleConfigError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTagsError> for Error

source§

fn from(err: DeleteTagsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTrialComponentError> for Error

source§

fn from(err: DeleteTrialComponentError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTrialError> for Error

source§

fn from(err: DeleteTrialError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteUserProfileError> for Error

source§

fn from(err: DeleteUserProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteWorkforceError> for Error

source§

fn from(err: DeleteWorkforceError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteWorkteamError> for Error

source§

fn from(err: DeleteWorkteamError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterDevicesError> for Error

source§

fn from(err: DeregisterDevicesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeActionError> for Error

source§

fn from(err: DescribeActionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAlgorithmError> for Error

source§

fn from(err: DescribeAlgorithmError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAppError> for Error

source§

fn from(err: DescribeAppError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAppImageConfigError> for Error

source§

fn from(err: DescribeAppImageConfigError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeArtifactError> for Error

source§

fn from(err: DescribeArtifactError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAutoMLJobError> for Error

source§

fn from(err: DescribeAutoMLJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAutoMLJobV2Error> for Error

source§

fn from(err: DescribeAutoMLJobV2Error) -> Self

Converts to this type from the input type.
source§

impl From<DescribeCodeRepositoryError> for Error

source§

fn from(err: DescribeCodeRepositoryError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeCompilationJobError> for Error

source§

fn from(err: DescribeCompilationJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeContextError> for Error

source§

fn from(err: DescribeContextError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDataQualityJobDefinitionError> for Error

source§

fn from(err: DescribeDataQualityJobDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDeviceError> for Error

source§

fn from(err: DescribeDeviceError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDeviceFleetError> for Error

source§

fn from(err: DescribeDeviceFleetError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDomainError> for Error

source§

fn from(err: DescribeDomainError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEdgeDeploymentPlanError> for Error

source§

fn from(err: DescribeEdgeDeploymentPlanError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEdgePackagingJobError> for Error

source§

fn from(err: DescribeEdgePackagingJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEndpointConfigError> for Error

source§

fn from(err: DescribeEndpointConfigError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEndpointError> for Error

source§

fn from(err: DescribeEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeExperimentError> for Error

source§

fn from(err: DescribeExperimentError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFeatureGroupError> for Error

source§

fn from(err: DescribeFeatureGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFeatureMetadataError> for Error

source§

fn from(err: DescribeFeatureMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFlowDefinitionError> for Error

source§

fn from(err: DescribeFlowDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeHubContentError> for Error

source§

fn from(err: DescribeHubContentError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeHubError> for Error

source§

fn from(err: DescribeHubError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeHumanTaskUiError> for Error

source§

fn from(err: DescribeHumanTaskUiError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeHyperParameterTuningJobError> for Error

source§

fn from(err: DescribeHyperParameterTuningJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeImageError> for Error

source§

fn from(err: DescribeImageError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeImageVersionError> for Error

source§

fn from(err: DescribeImageVersionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInferenceExperimentError> for Error

source§

fn from(err: DescribeInferenceExperimentError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInferenceRecommendationsJobError> for Error

source§

fn from(err: DescribeInferenceRecommendationsJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeLabelingJobError> for Error

source§

fn from(err: DescribeLabelingJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeLineageGroupError> for Error

source§

fn from(err: DescribeLineageGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeModelBiasJobDefinitionError> for Error

source§

fn from(err: DescribeModelBiasJobDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeModelCardError> for Error

source§

fn from(err: DescribeModelCardError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeModelCardExportJobError> for Error

source§

fn from(err: DescribeModelCardExportJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeModelError> for Error

source§

fn from(err: DescribeModelError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeModelExplainabilityJobDefinitionError> for Error

source§

fn from(err: DescribeModelExplainabilityJobDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeModelPackageError> for Error

source§

fn from(err: DescribeModelPackageError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeModelPackageGroupError> for Error

source§

fn from(err: DescribeModelPackageGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeModelQualityJobDefinitionError> for Error

source§

fn from(err: DescribeModelQualityJobDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMonitoringScheduleError> for Error

source§

fn from(err: DescribeMonitoringScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeNotebookInstanceError> for Error

source§

fn from(err: DescribeNotebookInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeNotebookInstanceLifecycleConfigError> for Error

source§

fn from(err: DescribeNotebookInstanceLifecycleConfigError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePipelineDefinitionForExecutionError> for Error

source§

fn from(err: DescribePipelineDefinitionForExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePipelineError> for Error

source§

fn from(err: DescribePipelineError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePipelineExecutionError> for Error

source§

fn from(err: DescribePipelineExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeProcessingJobError> for Error

source§

fn from(err: DescribeProcessingJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeProjectError> for Error

source§

fn from(err: DescribeProjectError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSpaceError> for Error

source§

fn from(err: DescribeSpaceError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeStudioLifecycleConfigError> for Error

source§

fn from(err: DescribeStudioLifecycleConfigError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSubscribedWorkteamError> for Error

source§

fn from(err: DescribeSubscribedWorkteamError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTrainingJobError> for Error

source§

fn from(err: DescribeTrainingJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTransformJobError> for Error

source§

fn from(err: DescribeTransformJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTrialComponentError> for Error

source§

fn from(err: DescribeTrialComponentError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTrialError> for Error

source§

fn from(err: DescribeTrialError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeUserProfileError> for Error

source§

fn from(err: DescribeUserProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeWorkforceError> for Error

source§

fn from(err: DescribeWorkforceError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeWorkteamError> for Error

source§

fn from(err: DescribeWorkteamError) -> Self

Converts to this type from the input type.
source§

impl From<DisableSagemakerServicecatalogPortfolioError> for Error

source§

fn from(err: DisableSagemakerServicecatalogPortfolioError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateTrialComponentError> for Error

source§

fn from(err: DisassociateTrialComponentError) -> Self

Converts to this type from the input type.
source§

impl From<EnableSagemakerServicecatalogPortfolioError> for Error

source§

fn from(err: EnableSagemakerServicecatalogPortfolioError) -> Self

Converts to this type from the input type.
source§

impl From<GetDeviceFleetReportError> for Error

source§

fn from(err: GetDeviceFleetReportError) -> Self

Converts to this type from the input type.
source§

impl From<GetLineageGroupPolicyError> for Error

source§

fn from(err: GetLineageGroupPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<GetModelPackageGroupPolicyError> for Error

source§

fn from(err: GetModelPackageGroupPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<GetSagemakerServicecatalogPortfolioStatusError> for Error

source§

fn from(err: GetSagemakerServicecatalogPortfolioStatusError) -> Self

Converts to this type from the input type.
source§

impl From<GetSearchSuggestionsError> for Error

source§

fn from(err: GetSearchSuggestionsError) -> Self

Converts to this type from the input type.
source§

impl From<ImportHubContentError> for Error

source§

fn from(err: ImportHubContentError) -> Self

Converts to this type from the input type.
source§

impl From<ListActionsError> for Error

source§

fn from(err: ListActionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAlgorithmsError> for Error

source§

fn from(err: ListAlgorithmsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAliasesError> for Error

source§

fn from(err: ListAliasesError) -> Self

Converts to this type from the input type.
source§

impl From<ListAppImageConfigsError> for Error

source§

fn from(err: ListAppImageConfigsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAppsError> for Error

source§

fn from(err: ListAppsError) -> Self

Converts to this type from the input type.
source§

impl From<ListArtifactsError> for Error

source§

fn from(err: ListArtifactsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAssociationsError> for Error

source§

fn from(err: ListAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAutoMLJobsError> for Error

source§

fn from(err: ListAutoMLJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListCandidatesForAutoMLJobError> for Error

source§

fn from(err: ListCandidatesForAutoMLJobError) -> Self

Converts to this type from the input type.
source§

impl From<ListCodeRepositoriesError> for Error

source§

fn from(err: ListCodeRepositoriesError) -> Self

Converts to this type from the input type.
source§

impl From<ListCompilationJobsError> for Error

source§

fn from(err: ListCompilationJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListContextsError> for Error

source§

fn from(err: ListContextsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDataQualityJobDefinitionsError> for Error

source§

fn from(err: ListDataQualityJobDefinitionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDeviceFleetsError> for Error

source§

fn from(err: ListDeviceFleetsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDevicesError> for Error

source§

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

source§

fn from(err: ListEdgeDeploymentPlansError) -> Self

Converts to this type from the input type.
source§

impl From<ListEdgePackagingJobsError> for Error

source§

fn from(err: ListEdgePackagingJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListEndpointConfigsError> for Error

source§

fn from(err: ListEndpointConfigsError) -> Self

Converts to this type from the input type.
source§

impl From<ListEndpointsError> for Error

source§

fn from(err: ListEndpointsError) -> Self

Converts to this type from the input type.
source§

impl From<ListExperimentsError> for Error

source§

fn from(err: ListExperimentsError) -> Self

Converts to this type from the input type.
source§

impl From<ListFeatureGroupsError> for Error

source§

fn from(err: ListFeatureGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<ListFlowDefinitionsError> for Error

source§

fn from(err: ListFlowDefinitionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListHubContentVersionsError> for Error

source§

fn from(err: ListHubContentVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListHubContentsError> for Error

source§

fn from(err: ListHubContentsError) -> Self

Converts to this type from the input type.
source§

impl From<ListHubsError> for Error

source§

fn from(err: ListHubsError) -> Self

Converts to this type from the input type.
source§

impl From<ListHumanTaskUisError> for Error

source§

fn from(err: ListHumanTaskUisError) -> Self

Converts to this type from the input type.
source§

impl From<ListHyperParameterTuningJobsError> for Error

source§

fn from(err: ListHyperParameterTuningJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListImageVersionsError> for Error

source§

fn from(err: ListImageVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListImagesError> for Error

source§

fn from(err: ListImagesError) -> Self

Converts to this type from the input type.
source§

impl From<ListInferenceExperimentsError> for Error

source§

fn from(err: ListInferenceExperimentsError) -> Self

Converts to this type from the input type.
source§

impl From<ListInferenceRecommendationsJobStepsError> for Error

source§

fn from(err: ListInferenceRecommendationsJobStepsError) -> Self

Converts to this type from the input type.
source§

impl From<ListInferenceRecommendationsJobsError> for Error

source§

fn from(err: ListInferenceRecommendationsJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListLabelingJobsError> for Error

source§

fn from(err: ListLabelingJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListLabelingJobsForWorkteamError> for Error

source§

fn from(err: ListLabelingJobsForWorkteamError) -> Self

Converts to this type from the input type.
source§

impl From<ListLineageGroupsError> for Error

source§

fn from(err: ListLineageGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<ListModelBiasJobDefinitionsError> for Error

source§

fn from(err: ListModelBiasJobDefinitionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListModelCardExportJobsError> for Error

source§

fn from(err: ListModelCardExportJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListModelCardVersionsError> for Error

source§

fn from(err: ListModelCardVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListModelCardsError> for Error

source§

fn from(err: ListModelCardsError) -> Self

Converts to this type from the input type.
source§

impl From<ListModelExplainabilityJobDefinitionsError> for Error

source§

fn from(err: ListModelExplainabilityJobDefinitionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListModelMetadataError> for Error

source§

fn from(err: ListModelMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<ListModelPackageGroupsError> for Error

source§

fn from(err: ListModelPackageGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<ListModelPackagesError> for Error

source§

fn from(err: ListModelPackagesError) -> Self

Converts to this type from the input type.
source§

impl From<ListModelQualityJobDefinitionsError> for Error

source§

fn from(err: ListModelQualityJobDefinitionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListModelsError> for Error

source§

fn from(err: ListModelsError) -> Self

Converts to this type from the input type.
source§

impl From<ListMonitoringAlertHistoryError> for Error

source§

fn from(err: ListMonitoringAlertHistoryError) -> Self

Converts to this type from the input type.
source§

impl From<ListMonitoringAlertsError> for Error

source§

fn from(err: ListMonitoringAlertsError) -> Self

Converts to this type from the input type.
source§

impl From<ListMonitoringExecutionsError> for Error

source§

fn from(err: ListMonitoringExecutionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListMonitoringSchedulesError> for Error

source§

fn from(err: ListMonitoringSchedulesError) -> Self

Converts to this type from the input type.
source§

impl From<ListNotebookInstanceLifecycleConfigsError> for Error

source§

fn from(err: ListNotebookInstanceLifecycleConfigsError) -> Self

Converts to this type from the input type.
source§

impl From<ListNotebookInstancesError> for Error

source§

fn from(err: ListNotebookInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<ListPipelineExecutionStepsError> for Error

source§

fn from(err: ListPipelineExecutionStepsError) -> Self

Converts to this type from the input type.
source§

impl From<ListPipelineExecutionsError> for Error

source§

fn from(err: ListPipelineExecutionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListPipelineParametersForExecutionError> for Error

source§

fn from(err: ListPipelineParametersForExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<ListPipelinesError> for Error

source§

fn from(err: ListPipelinesError) -> Self

Converts to this type from the input type.
source§

impl From<ListProcessingJobsError> for Error

source§

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

source§

fn from(err: ListResourceCatalogsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSpacesError> for Error

source§

fn from(err: ListSpacesError) -> Self

Converts to this type from the input type.
source§

impl From<ListStageDevicesError> for Error

source§

fn from(err: ListStageDevicesError) -> Self

Converts to this type from the input type.
source§

impl From<ListStudioLifecycleConfigsError> for Error

source§

fn from(err: ListStudioLifecycleConfigsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSubscribedWorkteamsError> for Error

source§

fn from(err: ListSubscribedWorkteamsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTagsError> for Error

source§

fn from(err: ListTagsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTrainingJobsError> for Error

source§

fn from(err: ListTrainingJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTrainingJobsForHyperParameterTuningJobError> for Error

source§

fn from(err: ListTrainingJobsForHyperParameterTuningJobError) -> Self

Converts to this type from the input type.
source§

impl From<ListTransformJobsError> for Error

source§

fn from(err: ListTransformJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTrialComponentsError> for Error

source§

fn from(err: ListTrialComponentsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTrialsError> for Error

source§

fn from(err: ListTrialsError) -> Self

Converts to this type from the input type.
source§

impl From<ListUserProfilesError> for Error

source§

fn from(err: ListUserProfilesError) -> Self

Converts to this type from the input type.
source§

impl From<ListWorkforcesError> for Error

source§

fn from(err: ListWorkforcesError) -> Self

Converts to this type from the input type.
source§

impl From<ListWorkteamsError> for Error

source§

fn from(err: ListWorkteamsError) -> Self

Converts to this type from the input type.
source§

impl From<PutModelPackageGroupPolicyError> for Error

source§

fn from(err: PutModelPackageGroupPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<QueryLineageError> for Error

source§

fn from(err: QueryLineageError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterDevicesError> for Error

source§

fn from(err: RegisterDevicesError) -> Self

Converts to this type from the input type.
source§

impl From<RenderUiTemplateError> for Error

source§

fn from(err: RenderUiTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<RetryPipelineExecutionError> for Error

source§

fn from(err: RetryPipelineExecutionError) -> Self

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateDomainError, R>> for Errorwhere 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<CreateEdgeDeploymentPlanError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateProjectError, R>> for Errorwhere 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<CreateSpaceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateUserProfileError, R>> for Errorwhere 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<CreateWorkforceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteDomainError, R>> for Errorwhere 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<DeleteEdgeDeploymentPlanError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteProjectError, R>> for Errorwhere 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<DeleteSpaceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListDomainsError, R>> for Errorwhere 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<ListEdgeDeploymentPlansError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListProjectsError, R>> for Errorwhere 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<ListResourceCatalogsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<SearchError, R>> for Errorwhere 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<SendPipelineExecutionStepFailureError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateDomainError, R>> for Errorwhere 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<UpdateEndpointError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateProjectError, R>> for Errorwhere 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<UpdateSpaceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<UpdateWorkteamError, 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<SendPipelineExecutionStepFailureError> for Error

source§

fn from(err: SendPipelineExecutionStepFailureError) -> Self

Converts to this type from the input type.
source§

impl From<SendPipelineExecutionStepSuccessError> for Error

source§

fn from(err: SendPipelineExecutionStepSuccessError) -> Self

Converts to this type from the input type.
source§

impl From<StartEdgeDeploymentStageError> for Error

source§

fn from(err: StartEdgeDeploymentStageError) -> Self

Converts to this type from the input type.
source§

impl From<StartInferenceExperimentError> for Error

source§

fn from(err: StartInferenceExperimentError) -> Self

Converts to this type from the input type.
source§

impl From<StartMonitoringScheduleError> for Error

source§

fn from(err: StartMonitoringScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<StartNotebookInstanceError> for Error

source§

fn from(err: StartNotebookInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<StartPipelineExecutionError> for Error

source§

fn from(err: StartPipelineExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<StopAutoMLJobError> for Error

source§

fn from(err: StopAutoMLJobError) -> Self

Converts to this type from the input type.
source§

impl From<StopCompilationJobError> for Error

source§

fn from(err: StopCompilationJobError) -> Self

Converts to this type from the input type.
source§

impl From<StopEdgeDeploymentStageError> for Error

source§

fn from(err: StopEdgeDeploymentStageError) -> Self

Converts to this type from the input type.
source§

impl From<StopEdgePackagingJobError> for Error

source§

fn from(err: StopEdgePackagingJobError) -> Self

Converts to this type from the input type.
source§

impl From<StopHyperParameterTuningJobError> for Error

source§

fn from(err: StopHyperParameterTuningJobError) -> Self

Converts to this type from the input type.
source§

impl From<StopInferenceExperimentError> for Error

source§

fn from(err: StopInferenceExperimentError) -> Self

Converts to this type from the input type.
source§

impl From<StopInferenceRecommendationsJobError> for Error

source§

fn from(err: StopInferenceRecommendationsJobError) -> Self

Converts to this type from the input type.
source§

impl From<StopLabelingJobError> for Error

source§

fn from(err: StopLabelingJobError) -> Self

Converts to this type from the input type.
source§

impl From<StopMonitoringScheduleError> for Error

source§

fn from(err: StopMonitoringScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<StopNotebookInstanceError> for Error

source§

fn from(err: StopNotebookInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<StopPipelineExecutionError> for Error

source§

fn from(err: StopPipelineExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<StopProcessingJobError> for Error

source§

fn from(err: StopProcessingJobError) -> Self

Converts to this type from the input type.
source§

impl From<StopTrainingJobError> for Error

source§

fn from(err: StopTrainingJobError) -> Self

Converts to this type from the input type.
source§

impl From<StopTransformJobError> for Error

source§

fn from(err: StopTransformJobError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateActionError> for Error

source§

fn from(err: UpdateActionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAppImageConfigError> for Error

source§

fn from(err: UpdateAppImageConfigError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateArtifactError> for Error

source§

fn from(err: UpdateArtifactError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateCodeRepositoryError> for Error

source§

fn from(err: UpdateCodeRepositoryError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateContextError> for Error

source§

fn from(err: UpdateContextError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDeviceFleetError> for Error

source§

fn from(err: UpdateDeviceFleetError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDevicesError> for Error

source§

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

source§

fn from(err: UpdateEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateEndpointWeightsAndCapacitiesError> for Error

source§

fn from(err: UpdateEndpointWeightsAndCapacitiesError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateExperimentError> for Error

source§

fn from(err: UpdateExperimentError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateFeatureGroupError> for Error

source§

fn from(err: UpdateFeatureGroupError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateFeatureMetadataError> for Error

source§

fn from(err: UpdateFeatureMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateHubError> for Error

source§

fn from(err: UpdateHubError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateImageError> for Error

source§

fn from(err: UpdateImageError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateImageVersionError> for Error

source§

fn from(err: UpdateImageVersionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateInferenceExperimentError> for Error

source§

fn from(err: UpdateInferenceExperimentError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateModelCardError> for Error

source§

fn from(err: UpdateModelCardError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateModelPackageError> for Error

source§

fn from(err: UpdateModelPackageError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateMonitoringAlertError> for Error

source§

fn from(err: UpdateMonitoringAlertError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateMonitoringScheduleError> for Error

source§

fn from(err: UpdateMonitoringScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateNotebookInstanceError> for Error

source§

fn from(err: UpdateNotebookInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateNotebookInstanceLifecycleConfigError> for Error

source§

fn from(err: UpdateNotebookInstanceLifecycleConfigError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePipelineError> for Error

source§

fn from(err: UpdatePipelineError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePipelineExecutionError> for Error

source§

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

source§

fn from(err: UpdateSpaceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTrainingJobError> for Error

source§

fn from(err: UpdateTrainingJobError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTrialComponentError> for Error

source§

fn from(err: UpdateTrialComponentError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTrialError> for Error

source§

fn from(err: UpdateTrialError) -> 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 From<UpdateWorkforceError> for Error

source§

fn from(err: UpdateWorkforceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateWorkteamError> for Error

source§

fn from(err: UpdateWorkteamError) -> Self

Converts to this type from the input type.
source§

impl RequestId for Error

source§

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

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

Auto Trait Implementations§

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

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

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

fn in_current_span(self) -> Instrumented<Self>

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

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

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

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

source§

default fn to_string(&self) -> String

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

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

§

type Error = Infallible

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

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

Performs the conversion.
source§

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

§

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

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

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

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

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

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

fn with_current_subscriber(self) -> WithDispatch<Self>

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