Enum aws_sdk_glue::Error

source ·
#[non_exhaustive]
pub enum Error {
Show 33 variants AccessDeniedException(AccessDeniedException), AlreadyExistsException(AlreadyExistsException), ConcurrentModificationException(ConcurrentModificationException), ConcurrentRunsExceededException(ConcurrentRunsExceededException), ConditionCheckFailureException(ConditionCheckFailureException), ConflictException(ConflictException), CrawlerNotRunningException(CrawlerNotRunningException), CrawlerRunningException(CrawlerRunningException), CrawlerStoppingException(CrawlerStoppingException), EntityNotFoundException(EntityNotFoundException), FederatedResourceAlreadyExistsException(FederatedResourceAlreadyExistsException), FederationSourceException(FederationSourceException), FederationSourceRetryableException(FederationSourceRetryableException), GlueEncryptionException(GlueEncryptionException), IdempotentParameterMismatchException(IdempotentParameterMismatchException), IllegalBlueprintStateException(IllegalBlueprintStateException), IllegalSessionStateException(IllegalSessionStateException), IllegalWorkflowStateException(IllegalWorkflowStateException), InternalServiceException(InternalServiceException), InvalidInputException(InvalidInputException), InvalidStateException(InvalidStateException), MlTransformNotReadyException(MlTransformNotReadyException), NoScheduleException(NoScheduleException), OperationTimeoutException(OperationTimeoutException), PermissionTypeMismatchException(PermissionTypeMismatchException), ResourceNotReadyException(ResourceNotReadyException), ResourceNumberLimitExceededException(ResourceNumberLimitExceededException), SchedulerNotRunningException(SchedulerNotRunningException), SchedulerRunningException(SchedulerRunningException), SchedulerTransitioningException(SchedulerTransitioningException), ValidationException(ValidationException), VersionMismatchException(VersionMismatchException), Unhandled(Unhandled),
}
Expand description

All possible error types for this service.

Variants (Non-exhaustive)§

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

AccessDeniedException(AccessDeniedException)

Access to a resource was denied.

§

AlreadyExistsException(AlreadyExistsException)

A resource to be created or added already exists.

§

ConcurrentModificationException(ConcurrentModificationException)

Two processes are trying to modify a resource simultaneously.

§

ConcurrentRunsExceededException(ConcurrentRunsExceededException)

Too many jobs are being run concurrently.

§

ConditionCheckFailureException(ConditionCheckFailureException)

A specified condition was not satisfied.

§

ConflictException(ConflictException)

The CreatePartitions API was called on a table that has indexes enabled.

§

CrawlerNotRunningException(CrawlerNotRunningException)

The specified crawler is not running.

§

CrawlerRunningException(CrawlerRunningException)

The operation cannot be performed because the crawler is already running.

§

CrawlerStoppingException(CrawlerStoppingException)

The specified crawler is stopping.

§

EntityNotFoundException(EntityNotFoundException)

A specified entity does not exist

§

FederatedResourceAlreadyExistsException(FederatedResourceAlreadyExistsException)

A federated resource already exists.

§

FederationSourceException(FederationSourceException)

A federation source failed.

§

FederationSourceRetryableException(FederationSourceRetryableException)

§

GlueEncryptionException(GlueEncryptionException)

An encryption operation failed.

§

IdempotentParameterMismatchException(IdempotentParameterMismatchException)

The same unique identifier was associated with two different records.

§

IllegalBlueprintStateException(IllegalBlueprintStateException)

The blueprint is in an invalid state to perform a requested operation.

§

IllegalSessionStateException(IllegalSessionStateException)

The session is in an invalid state to perform a requested operation.

§

IllegalWorkflowStateException(IllegalWorkflowStateException)

The workflow is in an invalid state to perform a requested operation.

§

InternalServiceException(InternalServiceException)

An internal service error occurred.

§

InvalidInputException(InvalidInputException)

The input provided was not valid.

§

InvalidStateException(InvalidStateException)

An error that indicates your data is in an invalid state.

§

MlTransformNotReadyException(MlTransformNotReadyException)

The machine learning transform is not ready to run.

§

NoScheduleException(NoScheduleException)

There is no applicable schedule.

§

OperationTimeoutException(OperationTimeoutException)

The operation timed out.

§

PermissionTypeMismatchException(PermissionTypeMismatchException)

The operation timed out.

§

ResourceNotReadyException(ResourceNotReadyException)

A resource was not ready for a transaction.

§

ResourceNumberLimitExceededException(ResourceNumberLimitExceededException)

A resource numerical limit was exceeded.

§

SchedulerNotRunningException(SchedulerNotRunningException)

The specified scheduler is not running.

§

SchedulerRunningException(SchedulerRunningException)

The specified scheduler is already running.

§

SchedulerTransitioningException(SchedulerTransitioningException)

The specified scheduler is transitioning.

§

ValidationException(ValidationException)

A value could not be validated.

§

VersionMismatchException(VersionMismatchException)

There was a version conflict.

§

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, demand: &mut Demand<'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<BatchCreatePartitionError> for Error

source§

fn from(err: BatchCreatePartitionError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDeleteConnectionError> for Error

source§

fn from(err: BatchDeleteConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDeletePartitionError> for Error

source§

fn from(err: BatchDeletePartitionError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDeleteTableError> for Error

source§

fn from(err: BatchDeleteTableError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDeleteTableVersionError> for Error

source§

fn from(err: BatchDeleteTableVersionError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetBlueprintsError> for Error

source§

fn from(err: BatchGetBlueprintsError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetCrawlersError> for Error

source§

fn from(err: BatchGetCrawlersError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetCustomEntityTypesError> for Error

source§

fn from(err: BatchGetCustomEntityTypesError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetDataQualityResultError> for Error

source§

fn from(err: BatchGetDataQualityResultError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetDevEndpointsError> for Error

source§

fn from(err: BatchGetDevEndpointsError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetJobsError> for Error

source§

fn from(err: BatchGetJobsError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetPartitionError> for Error

source§

fn from(err: BatchGetPartitionError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetTriggersError> for Error

source§

fn from(err: BatchGetTriggersError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetWorkflowsError> for Error

source§

fn from(err: BatchGetWorkflowsError) -> Self

Converts to this type from the input type.
source§

impl From<BatchStopJobRunError> for Error

source§

fn from(err: BatchStopJobRunError) -> Self

Converts to this type from the input type.
source§

impl From<BatchUpdatePartitionError> for Error

source§

fn from(err: BatchUpdatePartitionError) -> Self

Converts to this type from the input type.
source§

impl From<CancelDataQualityRuleRecommendationRunError> for Error

source§

fn from(err: CancelDataQualityRuleRecommendationRunError) -> Self

Converts to this type from the input type.
source§

impl From<CancelDataQualityRulesetEvaluationRunError> for Error

source§

fn from(err: CancelDataQualityRulesetEvaluationRunError) -> Self

Converts to this type from the input type.
source§

impl From<CancelMLTaskRunError> for Error

source§

fn from(err: CancelMLTaskRunError) -> Self

Converts to this type from the input type.
source§

impl From<CancelStatementError> for Error

source§

fn from(err: CancelStatementError) -> Self

Converts to this type from the input type.
source§

impl From<CheckSchemaVersionValidityError> for Error

source§

fn from(err: CheckSchemaVersionValidityError) -> Self

Converts to this type from the input type.
source§

impl From<CreateBlueprintError> for Error

source§

fn from(err: CreateBlueprintError) -> Self

Converts to this type from the input type.
source§

impl From<CreateClassifierError> for Error

source§

fn from(err: CreateClassifierError) -> Self

Converts to this type from the input type.
source§

impl From<CreateConnectionError> for Error

source§

fn from(err: CreateConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateCrawlerError> for Error

source§

fn from(err: CreateCrawlerError) -> Self

Converts to this type from the input type.
source§

impl From<CreateCustomEntityTypeError> for Error

source§

fn from(err: CreateCustomEntityTypeError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDataQualityRulesetError> for Error

source§

fn from(err: CreateDataQualityRulesetError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDatabaseError> for Error

source§

fn from(err: CreateDatabaseError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDevEndpointError> for Error

source§

fn from(err: CreateDevEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<CreateJobError> for Error

source§

fn from(err: CreateJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateMLTransformError> for Error

source§

fn from(err: CreateMLTransformError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePartitionError> for Error

source§

fn from(err: CreatePartitionError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePartitionIndexError> for Error

source§

fn from(err: CreatePartitionIndexError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRegistryError> for Error

source§

fn from(err: CreateRegistryError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSchemaError> for Error

source§

fn from(err: CreateSchemaError) -> Self

Converts to this type from the input type.
source§

impl From<CreateScriptError> for Error

source§

fn from(err: CreateScriptError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSecurityConfigurationError> for Error

source§

fn from(err: CreateSecurityConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSessionError> for Error

source§

fn from(err: CreateSessionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTableError> for Error

source§

fn from(err: CreateTableError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTriggerError> for Error

source§

fn from(err: CreateTriggerError) -> Self

Converts to this type from the input type.
source§

impl From<CreateUserDefinedFunctionError> for Error

source§

fn from(err: CreateUserDefinedFunctionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateWorkflowError> for Error

source§

fn from(err: CreateWorkflowError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteBlueprintError> for Error

source§

fn from(err: DeleteBlueprintError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteClassifierError> for Error

source§

fn from(err: DeleteClassifierError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteColumnStatisticsForPartitionError> for Error

source§

fn from(err: DeleteColumnStatisticsForPartitionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteColumnStatisticsForTableError> for Error

source§

fn from(err: DeleteColumnStatisticsForTableError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteConnectionError> for Error

source§

fn from(err: DeleteConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteCrawlerError> for Error

source§

fn from(err: DeleteCrawlerError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteCustomEntityTypeError> for Error

source§

fn from(err: DeleteCustomEntityTypeError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDataQualityRulesetError> for Error

source§

fn from(err: DeleteDataQualityRulesetError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDatabaseError> for Error

source§

fn from(err: DeleteDatabaseError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDevEndpointError> for Error

source§

fn from(err: DeleteDevEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteJobError> for Error

source§

fn from(err: DeleteJobError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteMLTransformError> for Error

source§

fn from(err: DeleteMLTransformError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePartitionError> for Error

source§

fn from(err: DeletePartitionError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePartitionIndexError> for Error

source§

fn from(err: DeletePartitionIndexError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRegistryError> for Error

source§

fn from(err: DeleteRegistryError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteResourcePolicyError> for Error

source§

fn from(err: DeleteResourcePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSchemaError> for Error

source§

fn from(err: DeleteSchemaError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSchemaVersionsError> for Error

source§

fn from(err: DeleteSchemaVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSecurityConfigurationError> for Error

source§

fn from(err: DeleteSecurityConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSessionError> for Error

source§

fn from(err: DeleteSessionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTableError> for Error

source§

fn from(err: DeleteTableError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTableVersionError> for Error

source§

fn from(err: DeleteTableVersionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTriggerError> for Error

source§

fn from(err: DeleteTriggerError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteUserDefinedFunctionError> for Error

source§

fn from(err: DeleteUserDefinedFunctionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteWorkflowError> for Error

source§

fn from(err: DeleteWorkflowError) -> Self

Converts to this type from the input type.
source§

impl From<GetBlueprintError> for Error

source§

fn from(err: GetBlueprintError) -> Self

Converts to this type from the input type.
source§

impl From<GetBlueprintRunError> for Error

source§

fn from(err: GetBlueprintRunError) -> Self

Converts to this type from the input type.
source§

impl From<GetBlueprintRunsError> for Error

source§

fn from(err: GetBlueprintRunsError) -> Self

Converts to this type from the input type.
source§

impl From<GetCatalogImportStatusError> for Error

source§

fn from(err: GetCatalogImportStatusError) -> Self

Converts to this type from the input type.
source§

impl From<GetClassifierError> for Error

source§

fn from(err: GetClassifierError) -> Self

Converts to this type from the input type.
source§

impl From<GetClassifiersError> for Error

source§

fn from(err: GetClassifiersError) -> Self

Converts to this type from the input type.
source§

impl From<GetColumnStatisticsForPartitionError> for Error

source§

fn from(err: GetColumnStatisticsForPartitionError) -> Self

Converts to this type from the input type.
source§

impl From<GetColumnStatisticsForTableError> for Error

source§

fn from(err: GetColumnStatisticsForTableError) -> Self

Converts to this type from the input type.
source§

impl From<GetConnectionError> for Error

source§

fn from(err: GetConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<GetConnectionsError> for Error

source§

fn from(err: GetConnectionsError) -> Self

Converts to this type from the input type.
source§

impl From<GetCrawlerError> for Error

source§

fn from(err: GetCrawlerError) -> Self

Converts to this type from the input type.
source§

impl From<GetCrawlerMetricsError> for Error

source§

fn from(err: GetCrawlerMetricsError) -> Self

Converts to this type from the input type.
source§

impl From<GetCrawlersError> for Error

source§

fn from(err: GetCrawlersError) -> Self

Converts to this type from the input type.
source§

impl From<GetCustomEntityTypeError> for Error

source§

fn from(err: GetCustomEntityTypeError) -> Self

Converts to this type from the input type.
source§

impl From<GetDataCatalogEncryptionSettingsError> for Error

source§

fn from(err: GetDataCatalogEncryptionSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<GetDataQualityResultError> for Error

source§

fn from(err: GetDataQualityResultError) -> Self

Converts to this type from the input type.
source§

impl From<GetDataQualityRuleRecommendationRunError> for Error

source§

fn from(err: GetDataQualityRuleRecommendationRunError) -> Self

Converts to this type from the input type.
source§

impl From<GetDataQualityRulesetError> for Error

source§

fn from(err: GetDataQualityRulesetError) -> Self

Converts to this type from the input type.
source§

impl From<GetDataQualityRulesetEvaluationRunError> for Error

source§

fn from(err: GetDataQualityRulesetEvaluationRunError) -> Self

Converts to this type from the input type.
source§

impl From<GetDatabaseError> for Error

source§

fn from(err: GetDatabaseError) -> Self

Converts to this type from the input type.
source§

impl From<GetDatabasesError> for Error

source§

fn from(err: GetDatabasesError) -> Self

Converts to this type from the input type.
source§

impl From<GetDataflowGraphError> for Error

source§

fn from(err: GetDataflowGraphError) -> Self

Converts to this type from the input type.
source§

impl From<GetDevEndpointError> for Error

source§

fn from(err: GetDevEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<GetDevEndpointsError> for Error

source§

fn from(err: GetDevEndpointsError) -> Self

Converts to this type from the input type.
source§

impl From<GetJobBookmarkError> for Error

source§

fn from(err: GetJobBookmarkError) -> Self

Converts to this type from the input type.
source§

impl From<GetJobError> for Error

source§

fn from(err: GetJobError) -> Self

Converts to this type from the input type.
source§

impl From<GetJobRunError> for Error

source§

fn from(err: GetJobRunError) -> Self

Converts to this type from the input type.
source§

impl From<GetJobRunsError> for Error

source§

fn from(err: GetJobRunsError) -> Self

Converts to this type from the input type.
source§

impl From<GetJobsError> for Error

source§

fn from(err: GetJobsError) -> Self

Converts to this type from the input type.
source§

impl From<GetMLTaskRunError> for Error

source§

fn from(err: GetMLTaskRunError) -> Self

Converts to this type from the input type.
source§

impl From<GetMLTaskRunsError> for Error

source§

fn from(err: GetMLTaskRunsError) -> Self

Converts to this type from the input type.
source§

impl From<GetMLTransformError> for Error

source§

fn from(err: GetMLTransformError) -> Self

Converts to this type from the input type.
source§

impl From<GetMLTransformsError> for Error

source§

fn from(err: GetMLTransformsError) -> Self

Converts to this type from the input type.
source§

impl From<GetMappingError> for Error

source§

fn from(err: GetMappingError) -> Self

Converts to this type from the input type.
source§

impl From<GetPartitionError> for Error

source§

fn from(err: GetPartitionError) -> Self

Converts to this type from the input type.
source§

impl From<GetPartitionIndexesError> for Error

source§

fn from(err: GetPartitionIndexesError) -> Self

Converts to this type from the input type.
source§

impl From<GetPartitionsError> for Error

source§

fn from(err: GetPartitionsError) -> Self

Converts to this type from the input type.
source§

impl From<GetPlanError> for Error

source§

fn from(err: GetPlanError) -> Self

Converts to this type from the input type.
source§

impl From<GetRegistryError> for Error

source§

fn from(err: GetRegistryError) -> Self

Converts to this type from the input type.
source§

impl From<GetResourcePoliciesError> for Error

source§

fn from(err: GetResourcePoliciesError) -> Self

Converts to this type from the input type.
source§

impl From<GetResourcePolicyError> for Error

source§

fn from(err: GetResourcePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<GetSchemaByDefinitionError> for Error

source§

fn from(err: GetSchemaByDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<GetSchemaError> for Error

source§

fn from(err: GetSchemaError) -> Self

Converts to this type from the input type.
source§

impl From<GetSchemaVersionError> for Error

source§

fn from(err: GetSchemaVersionError) -> Self

Converts to this type from the input type.
source§

impl From<GetSchemaVersionsDiffError> for Error

source§

fn from(err: GetSchemaVersionsDiffError) -> Self

Converts to this type from the input type.
source§

impl From<GetSecurityConfigurationError> for Error

source§

fn from(err: GetSecurityConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetSecurityConfigurationsError> for Error

source§

fn from(err: GetSecurityConfigurationsError) -> Self

Converts to this type from the input type.
source§

impl From<GetSessionError> for Error

source§

fn from(err: GetSessionError) -> Self

Converts to this type from the input type.
source§

impl From<GetStatementError> for Error

source§

fn from(err: GetStatementError) -> Self

Converts to this type from the input type.
source§

impl From<GetTableError> for Error

source§

fn from(err: GetTableError) -> Self

Converts to this type from the input type.
source§

impl From<GetTableVersionError> for Error

source§

fn from(err: GetTableVersionError) -> Self

Converts to this type from the input type.
source§

impl From<GetTableVersionsError> for Error

source§

fn from(err: GetTableVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<GetTablesError> for Error

source§

fn from(err: GetTablesError) -> Self

Converts to this type from the input type.
source§

impl From<GetTagsError> for Error

source§

fn from(err: GetTagsError) -> Self

Converts to this type from the input type.
source§

impl From<GetTriggerError> for Error

source§

fn from(err: GetTriggerError) -> Self

Converts to this type from the input type.
source§

impl From<GetTriggersError> for Error

source§

fn from(err: GetTriggersError) -> Self

Converts to this type from the input type.
source§

impl From<GetUnfilteredPartitionMetadataError> for Error

source§

fn from(err: GetUnfilteredPartitionMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<GetUnfilteredPartitionsMetadataError> for Error

source§

fn from(err: GetUnfilteredPartitionsMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<GetUnfilteredTableMetadataError> for Error

source§

fn from(err: GetUnfilteredTableMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<GetUserDefinedFunctionError> for Error

source§

fn from(err: GetUserDefinedFunctionError) -> Self

Converts to this type from the input type.
source§

impl From<GetUserDefinedFunctionsError> for Error

source§

fn from(err: GetUserDefinedFunctionsError) -> Self

Converts to this type from the input type.
source§

impl From<GetWorkflowError> for Error

source§

fn from(err: GetWorkflowError) -> Self

Converts to this type from the input type.
source§

impl From<GetWorkflowRunError> for Error

source§

fn from(err: GetWorkflowRunError) -> Self

Converts to this type from the input type.
source§

impl From<GetWorkflowRunPropertiesError> for Error

source§

fn from(err: GetWorkflowRunPropertiesError) -> Self

Converts to this type from the input type.
source§

impl From<GetWorkflowRunsError> for Error

source§

fn from(err: GetWorkflowRunsError) -> Self

Converts to this type from the input type.
source§

impl From<ImportCatalogToGlueError> for Error

source§

fn from(err: ImportCatalogToGlueError) -> Self

Converts to this type from the input type.
source§

impl From<ListBlueprintsError> for Error

source§

fn from(err: ListBlueprintsError) -> Self

Converts to this type from the input type.
source§

impl From<ListCrawlersError> for Error

source§

fn from(err: ListCrawlersError) -> Self

Converts to this type from the input type.
source§

impl From<ListCrawlsError> for Error

source§

fn from(err: ListCrawlsError) -> Self

Converts to this type from the input type.
source§

impl From<ListCustomEntityTypesError> for Error

source§

fn from(err: ListCustomEntityTypesError) -> Self

Converts to this type from the input type.
source§

impl From<ListDataQualityResultsError> for Error

source§

fn from(err: ListDataQualityResultsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDataQualityRuleRecommendationRunsError> for Error

source§

fn from(err: ListDataQualityRuleRecommendationRunsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDataQualityRulesetEvaluationRunsError> for Error

source§

fn from(err: ListDataQualityRulesetEvaluationRunsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDataQualityRulesetsError> for Error

source§

fn from(err: ListDataQualityRulesetsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDevEndpointsError> for Error

source§

fn from(err: ListDevEndpointsError) -> Self

Converts to this type from the input type.
source§

impl From<ListJobsError> for Error

source§

fn from(err: ListJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListMLTransformsError> for Error

source§

fn from(err: ListMLTransformsError) -> Self

Converts to this type from the input type.
source§

impl From<ListRegistriesError> for Error

source§

fn from(err: ListRegistriesError) -> Self

Converts to this type from the input type.
source§

impl From<ListSchemaVersionsError> for Error

source§

fn from(err: ListSchemaVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSchemasError> for Error

source§

fn from(err: ListSchemasError) -> Self

Converts to this type from the input type.
source§

impl From<ListSessionsError> for Error

source§

fn from(err: ListSessionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListStatementsError> for Error

source§

fn from(err: ListStatementsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTriggersError> for Error

source§

fn from(err: ListTriggersError) -> Self

Converts to this type from the input type.
source§

impl From<ListWorkflowsError> for Error

source§

fn from(err: ListWorkflowsError) -> Self

Converts to this type from the input type.
source§

impl From<PutDataCatalogEncryptionSettingsError> for Error

source§

fn from(err: PutDataCatalogEncryptionSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<PutResourcePolicyError> for Error

source§

fn from(err: PutResourcePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<PutSchemaVersionMetadataError> for Error

source§

fn from(err: PutSchemaVersionMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<PutWorkflowRunPropertiesError> for Error

source§

fn from(err: PutWorkflowRunPropertiesError) -> Self

Converts to this type from the input type.
source§

impl From<QuerySchemaVersionMetadataError> for Error

source§

fn from(err: QuerySchemaVersionMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterSchemaVersionError> for Error

source§

fn from(err: RegisterSchemaVersionError) -> Self

Converts to this type from the input type.
source§

impl From<RemoveSchemaVersionMetadataError> for Error

source§

fn from(err: RemoveSchemaVersionMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<ResetJobBookmarkError> for Error

source§

fn from(err: ResetJobBookmarkError) -> Self

Converts to this type from the input type.
source§

impl From<ResumeWorkflowRunError> for Error

source§

fn from(err: ResumeWorkflowRunError) -> Self

Converts to this type from the input type.
source§

impl From<RunStatementError> for Error

source§

fn from(err: RunStatementError) -> Self

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<SearchTablesError> for Error

source§

fn from(err: SearchTablesError) -> Self

Converts to this type from the input type.
source§

impl From<StartBlueprintRunError> for Error

source§

fn from(err: StartBlueprintRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartCrawlerError> for Error

source§

fn from(err: StartCrawlerError) -> Self

Converts to this type from the input type.
source§

impl From<StartCrawlerScheduleError> for Error

source§

fn from(err: StartCrawlerScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<StartDataQualityRuleRecommendationRunError> for Error

source§

fn from(err: StartDataQualityRuleRecommendationRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartDataQualityRulesetEvaluationRunError> for Error

source§

fn from(err: StartDataQualityRulesetEvaluationRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartExportLabelsTaskRunError> for Error

source§

fn from(err: StartExportLabelsTaskRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartImportLabelsTaskRunError> for Error

source§

fn from(err: StartImportLabelsTaskRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartJobRunError> for Error

source§

fn from(err: StartJobRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartMLEvaluationTaskRunError> for Error

source§

fn from(err: StartMLEvaluationTaskRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartMLLabelingSetGenerationTaskRunError> for Error

source§

fn from(err: StartMLLabelingSetGenerationTaskRunError) -> Self

Converts to this type from the input type.
source§

impl From<StartTriggerError> for Error

source§

fn from(err: StartTriggerError) -> Self

Converts to this type from the input type.
source§

impl From<StartWorkflowRunError> for Error

source§

fn from(err: StartWorkflowRunError) -> Self

Converts to this type from the input type.
source§

impl From<StopCrawlerError> for Error

source§

fn from(err: StopCrawlerError) -> Self

Converts to this type from the input type.
source§

impl From<StopCrawlerScheduleError> for Error

source§

fn from(err: StopCrawlerScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<StopSessionError> for Error

source§

fn from(err: StopSessionError) -> Self

Converts to this type from the input type.
source§

impl From<StopTriggerError> for Error

source§

fn from(err: StopTriggerError) -> Self

Converts to this type from the input type.
source§

impl From<StopWorkflowRunError> for Error

source§

fn from(err: StopWorkflowRunError) -> Self

Converts to this type from the input type.
source§

impl From<TagResourceError> for Error

source§

fn from(err: TagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UntagResourceError> for Error

source§

fn from(err: UntagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateBlueprintError> for Error

source§

fn from(err: UpdateBlueprintError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateClassifierError> for Error

source§

fn from(err: UpdateClassifierError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateColumnStatisticsForPartitionError> for Error

source§

fn from(err: UpdateColumnStatisticsForPartitionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateColumnStatisticsForTableError> for Error

source§

fn from(err: UpdateColumnStatisticsForTableError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateConnectionError> for Error

source§

fn from(err: UpdateConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateCrawlerError> for Error

source§

fn from(err: UpdateCrawlerError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateCrawlerScheduleError> for Error

source§

fn from(err: UpdateCrawlerScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDataQualityRulesetError> for Error

source§

fn from(err: UpdateDataQualityRulesetError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDatabaseError> for Error

source§

fn from(err: UpdateDatabaseError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDevEndpointError> for Error

source§

fn from(err: UpdateDevEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateJobError> for Error

source§

fn from(err: UpdateJobError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateJobFromSourceControlError> for Error

source§

fn from(err: UpdateJobFromSourceControlError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateMLTransformError> for Error

source§

fn from(err: UpdateMLTransformError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePartitionError> for Error

source§

fn from(err: UpdatePartitionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateRegistryError> for Error

source§

fn from(err: UpdateRegistryError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateSchemaError> for Error

source§

fn from(err: UpdateSchemaError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateSourceControlFromJobError> for Error

source§

fn from(err: UpdateSourceControlFromJobError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTableError> for Error

source§

fn from(err: UpdateTableError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTriggerError> for Error

source§

fn from(err: UpdateTriggerError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateUserDefinedFunctionError> for Error

source§

fn from(err: UpdateUserDefinedFunctionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateWorkflowError> for Error

source§

fn from(err: UpdateWorkflowError) -> Self

Converts to this type from the input type.
source§

impl 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<E> Provider for Ewhere E: Error + ?Sized,

source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (provide_any)
Data providers should implement this method to provide all values they are able to provide by using demand. Read more
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