#[non_exhaustive]
pub enum Error { InternalServerException(InternalServerException), InvalidRequestException(InvalidRequestException), MetadataException(MetadataException), ResourceNotFoundException(ResourceNotFoundException), SessionAlreadyExistsException(SessionAlreadyExistsException), TooManyRequestsException(TooManyRequestsException), 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.
§

InternalServerException(InternalServerException)

Indicates a platform issue, which may be due to a transient condition or outage.

§

InvalidRequestException(InvalidRequestException)

Indicates that something is wrong with the input to the request. For example, a required parameter may be missing or out of range.

§

MetadataException(MetadataException)

An exception that Athena received when it called a custom metastore. Occurs if the error is not caused by user input (InvalidRequestException) or from the Athena platform (InternalServerException). For example, if a user-created Lambda function is missing permissions, the Lambda 4XX exception is returned in a MetadataException.

§

ResourceNotFoundException(ResourceNotFoundException)

A resource, such as a workgroup, was not found.

§

SessionAlreadyExistsException(SessionAlreadyExistsException)

The specified session already exists.

§

TooManyRequestsException(TooManyRequestsException)

Indicates that the request was throttled.

§

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

source§

fn from(err: BatchGetNamedQueryError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetPreparedStatementError> for Error

source§

fn from(err: BatchGetPreparedStatementError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetQueryExecutionError> for Error

source§

fn from(err: BatchGetQueryExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<CancelCapacityReservationError> for Error

source§

fn from(err: CancelCapacityReservationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateCapacityReservationError> for Error

source§

fn from(err: CreateCapacityReservationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDataCatalogError> for Error

source§

fn from(err: CreateDataCatalogError) -> Self

Converts to this type from the input type.
source§

impl From<CreateNamedQueryError> for Error

source§

fn from(err: CreateNamedQueryError) -> Self

Converts to this type from the input type.
source§

impl From<CreateNotebookError> for Error

source§

fn from(err: CreateNotebookError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePreparedStatementError> for Error

source§

fn from(err: CreatePreparedStatementError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePresignedNotebookUrlError> for Error

source§

fn from(err: CreatePresignedNotebookUrlError) -> Self

Converts to this type from the input type.
source§

impl From<CreateWorkGroupError> for Error

source§

fn from(err: CreateWorkGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteCapacityReservationError> for Error

source§

fn from(err: DeleteCapacityReservationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDataCatalogError> for Error

source§

fn from(err: DeleteDataCatalogError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteNamedQueryError> for Error

source§

fn from(err: DeleteNamedQueryError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteNotebookError> for Error

source§

fn from(err: DeleteNotebookError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePreparedStatementError> for Error

source§

fn from(err: DeletePreparedStatementError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteWorkGroupError> for Error

source§

fn from(err: DeleteWorkGroupError) -> Self

Converts to this type from the input type.
source§

impl From<ExportNotebookError> for Error

source§

fn from(err: ExportNotebookError) -> Self

Converts to this type from the input type.
source§

impl From<GetCalculationExecutionCodeError> for Error

source§

fn from(err: GetCalculationExecutionCodeError) -> Self

Converts to this type from the input type.
source§

impl From<GetCalculationExecutionError> for Error

source§

fn from(err: GetCalculationExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<GetCalculationExecutionStatusError> for Error

source§

fn from(err: GetCalculationExecutionStatusError) -> Self

Converts to this type from the input type.
source§

impl From<GetCapacityAssignmentConfigurationError> for Error

source§

fn from(err: GetCapacityAssignmentConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetCapacityReservationError> for Error

source§

fn from(err: GetCapacityReservationError) -> Self

Converts to this type from the input type.
source§

impl From<GetDataCatalogError> for Error

source§

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

source§

fn from(err: GetNamedQueryError) -> Self

Converts to this type from the input type.
source§

impl From<GetNotebookMetadataError> for Error

source§

fn from(err: GetNotebookMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<GetPreparedStatementError> for Error

source§

fn from(err: GetPreparedStatementError) -> Self

Converts to this type from the input type.
source§

impl From<GetQueryExecutionError> for Error

source§

fn from(err: GetQueryExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<GetQueryResultsError> for Error

source§

fn from(err: GetQueryResultsError) -> Self

Converts to this type from the input type.
source§

impl From<GetQueryRuntimeStatisticsError> for Error

source§

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

source§

fn from(err: GetSessionStatusError) -> Self

Converts to this type from the input type.
source§

impl From<GetTableMetadataError> for Error

source§

fn from(err: GetTableMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<GetWorkGroupError> for Error

source§

fn from(err: GetWorkGroupError) -> Self

Converts to this type from the input type.
source§

impl From<ImportNotebookError> for Error

source§

fn from(err: ImportNotebookError) -> Self

Converts to this type from the input type.
source§

impl From<ListApplicationDPUSizesError> for Error

source§

fn from(err: ListApplicationDPUSizesError) -> Self

Converts to this type from the input type.
source§

impl From<ListCalculationExecutionsError> for Error

source§

fn from(err: ListCalculationExecutionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListCapacityReservationsError> for Error

source§

fn from(err: ListCapacityReservationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDataCatalogsError> for Error

source§

fn from(err: ListDataCatalogsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDatabasesError> for Error

source§

fn from(err: ListDatabasesError) -> Self

Converts to this type from the input type.
source§

impl From<ListEngineVersionsError> for Error

source§

fn from(err: ListEngineVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListExecutorsError> for Error

source§

fn from(err: ListExecutorsError) -> Self

Converts to this type from the input type.
source§

impl From<ListNamedQueriesError> for Error

source§

fn from(err: ListNamedQueriesError) -> Self

Converts to this type from the input type.
source§

impl From<ListNotebookMetadataError> for Error

source§

fn from(err: ListNotebookMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<ListNotebookSessionsError> for Error

source§

fn from(err: ListNotebookSessionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListPreparedStatementsError> for Error

source§

fn from(err: ListPreparedStatementsError) -> Self

Converts to this type from the input type.
source§

impl From<ListQueryExecutionsError> for Error

source§

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

source§

fn from(err: ListTableMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<ListTagsForResourceError> for Error

source§

fn from(err: ListTagsForResourceError) -> Self

Converts to this type from the input type.
source§

impl From<ListWorkGroupsError> for Error

source§

fn from(err: ListWorkGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<PutCapacityAssignmentConfigurationError> for Error

source§

fn from(err: PutCapacityAssignmentConfigurationError) -> Self

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<StartCalculationExecutionError> for Error

source§

fn from(err: StartCalculationExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<StartQueryExecutionError> for Error

source§

fn from(err: StartQueryExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<StartSessionError> for Error

source§

fn from(err: StartSessionError) -> Self

Converts to this type from the input type.
source§

impl From<StopCalculationExecutionError> for Error

source§

fn from(err: StopCalculationExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<StopQueryExecutionError> for Error

source§

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

source§

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

source§

fn from(err: UpdateCapacityReservationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDataCatalogError> for Error

source§

fn from(err: UpdateDataCatalogError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateNamedQueryError> for Error

source§

fn from(err: UpdateNamedQueryError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateNotebookError> for Error

source§

fn from(err: UpdateNotebookError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateNotebookMetadataError> for Error

source§

fn from(err: UpdateNotebookMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePreparedStatementError> for Error

source§

fn from(err: UpdatePreparedStatementError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateWorkGroupError> for Error

source§

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