#[non_exhaustive]
pub enum Error { InvalidInputException(InvalidInputException), InvalidNextTokenException(InvalidNextTokenException), LimitExceededException(LimitExceededException), ResourceAlreadyExistsException(ResourceAlreadyExistsException), ResourceInUseException(ResourceInUseException), ResourceNotFoundException(ResourceNotFoundException), 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.
§

InvalidInputException(InvalidInputException)

We can't process the request because it includes an invalid value or a value that exceeds the valid range.

§

InvalidNextTokenException(InvalidNextTokenException)

The token is not valid. Tokens expire after 24 hours.

§

LimitExceededException(LimitExceededException)

The limit on the number of resources per account has been exceeded.

§

ResourceAlreadyExistsException(ResourceAlreadyExistsException)

There is already a resource with this name. Try again with a different name.

§

ResourceInUseException(ResourceInUseException)

The specified resource is in use.

§

ResourceNotFoundException(ResourceNotFoundException)

We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try again.

§

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

source§

fn from(err: CreateAutoPredictorError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDatasetError> for Error

source§

fn from(err: CreateDatasetError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDatasetGroupError> for Error

source§

fn from(err: CreateDatasetGroupError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDatasetImportJobError> for Error

source§

fn from(err: CreateDatasetImportJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateExplainabilityError> for Error

source§

fn from(err: CreateExplainabilityError) -> Self

Converts to this type from the input type.
source§

impl From<CreateExplainabilityExportError> for Error

source§

fn from(err: CreateExplainabilityExportError) -> Self

Converts to this type from the input type.
source§

impl From<CreateForecastError> for Error

source§

fn from(err: CreateForecastError) -> Self

Converts to this type from the input type.
source§

impl From<CreateForecastExportJobError> for Error

source§

fn from(err: CreateForecastExportJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateMonitorError> for Error

source§

fn from(err: CreateMonitorError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePredictorBacktestExportJobError> for Error

source§

fn from(err: CreatePredictorBacktestExportJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePredictorError> for Error

source§

fn from(err: CreatePredictorError) -> Self

Converts to this type from the input type.
source§

impl From<CreateWhatIfAnalysisError> for Error

source§

fn from(err: CreateWhatIfAnalysisError) -> Self

Converts to this type from the input type.
source§

impl From<CreateWhatIfForecastError> for Error

source§

fn from(err: CreateWhatIfForecastError) -> Self

Converts to this type from the input type.
source§

impl From<CreateWhatIfForecastExportError> for Error

source§

fn from(err: CreateWhatIfForecastExportError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDatasetError> for Error

source§

fn from(err: DeleteDatasetError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDatasetGroupError> for Error

source§

fn from(err: DeleteDatasetGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDatasetImportJobError> for Error

source§

fn from(err: DeleteDatasetImportJobError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteExplainabilityError> for Error

source§

fn from(err: DeleteExplainabilityError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteExplainabilityExportError> for Error

source§

fn from(err: DeleteExplainabilityExportError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteForecastError> for Error

source§

fn from(err: DeleteForecastError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteForecastExportJobError> for Error

source§

fn from(err: DeleteForecastExportJobError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteMonitorError> for Error

source§

fn from(err: DeleteMonitorError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePredictorBacktestExportJobError> for Error

source§

fn from(err: DeletePredictorBacktestExportJobError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePredictorError> for Error

source§

fn from(err: DeletePredictorError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteResourceTreeError> for Error

source§

fn from(err: DeleteResourceTreeError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteWhatIfAnalysisError> for Error

source§

fn from(err: DeleteWhatIfAnalysisError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteWhatIfForecastError> for Error

source§

fn from(err: DeleteWhatIfForecastError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteWhatIfForecastExportError> for Error

source§

fn from(err: DeleteWhatIfForecastExportError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAutoPredictorError> for Error

source§

fn from(err: DescribeAutoPredictorError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDatasetError> for Error

source§

fn from(err: DescribeDatasetError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDatasetGroupError> for Error

source§

fn from(err: DescribeDatasetGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDatasetImportJobError> for Error

source§

fn from(err: DescribeDatasetImportJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeExplainabilityError> for Error

source§

fn from(err: DescribeExplainabilityError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeExplainabilityExportError> for Error

source§

fn from(err: DescribeExplainabilityExportError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeForecastError> for Error

source§

fn from(err: DescribeForecastError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeForecastExportJobError> for Error

source§

fn from(err: DescribeForecastExportJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMonitorError> for Error

source§

fn from(err: DescribeMonitorError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePredictorBacktestExportJobError> for Error

source§

fn from(err: DescribePredictorBacktestExportJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePredictorError> for Error

source§

fn from(err: DescribePredictorError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeWhatIfAnalysisError> for Error

source§

fn from(err: DescribeWhatIfAnalysisError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeWhatIfForecastError> for Error

source§

fn from(err: DescribeWhatIfForecastError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeWhatIfForecastExportError> for Error

source§

fn from(err: DescribeWhatIfForecastExportError) -> Self

Converts to this type from the input type.
source§

impl From<GetAccuracyMetricsError> for Error

source§

fn from(err: GetAccuracyMetricsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDatasetGroupsError> for Error

source§

fn from(err: ListDatasetGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDatasetImportJobsError> for Error

source§

fn from(err: ListDatasetImportJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDatasetsError> for Error

source§

fn from(err: ListDatasetsError) -> Self

Converts to this type from the input type.
source§

impl From<ListExplainabilitiesError> for Error

source§

fn from(err: ListExplainabilitiesError) -> Self

Converts to this type from the input type.
source§

impl From<ListExplainabilityExportsError> for Error

source§

fn from(err: ListExplainabilityExportsError) -> Self

Converts to this type from the input type.
source§

impl From<ListForecastExportJobsError> for Error

source§

fn from(err: ListForecastExportJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListForecastsError> for Error

source§

fn from(err: ListForecastsError) -> Self

Converts to this type from the input type.
source§

impl From<ListMonitorEvaluationsError> for Error

source§

fn from(err: ListMonitorEvaluationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListMonitorsError> for Error

source§

fn from(err: ListMonitorsError) -> Self

Converts to this type from the input type.
source§

impl From<ListPredictorBacktestExportJobsError> for Error

source§

fn from(err: ListPredictorBacktestExportJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListPredictorsError> for Error

source§

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

source§

fn from(err: ListWhatIfAnalysesError) -> Self

Converts to this type from the input type.
source§

impl From<ListWhatIfForecastExportsError> for Error

source§

fn from(err: ListWhatIfForecastExportsError) -> Self

Converts to this type from the input type.
source§

impl From<ListWhatIfForecastsError> for Error

source§

fn from(err: ListWhatIfForecastsError) -> Self

Converts to this type from the input type.
source§

impl From<ResumeResourceError> for Error

source§

fn from(err: ResumeResourceError) -> Self

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

impl From<StopResourceError> for Error

source§

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

source§

fn from(err: UpdateDatasetGroupError) -> Self

Converts to this type from the input type.
source§

impl RequestId for Error

source§

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

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

Auto Trait Implementations§

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

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

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

fn in_current_span(self) -> Instrumented<Self>

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

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

source§

fn into(self) -> U

Calls U::from(self).

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

source§

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

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

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

source§

default fn to_string(&self) -> String

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

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

§

type Error = Infallible

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

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

Performs the conversion.
source§

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

§

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

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

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

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

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

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

fn with_current_subscriber(self) -> WithDispatch<Self>

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