Enum aws_sdk_forecast::Error
source · [−]#[non_exhaustive]
pub enum Error {
InvalidInputException(InvalidInputException),
InvalidNextTokenException(InvalidNextTokenException),
LimitExceededException(LimitExceededException),
ResourceAlreadyExistsException(ResourceAlreadyExistsException),
ResourceInUseException(ResourceInUseException),
ResourceNotFoundException(ResourceNotFoundException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
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(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
sourceimpl Error for Error
impl Error for Error
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl<R> From<SdkError<CreateAutoPredictorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateAutoPredictorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateAutoPredictorError, R>) -> Self
fn from(err: SdkError<CreateAutoPredictorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateDatasetError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateDatasetError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateDatasetError, R>) -> Self
fn from(err: SdkError<CreateDatasetError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateDatasetGroupError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateDatasetGroupError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateDatasetGroupError, R>) -> Self
fn from(err: SdkError<CreateDatasetGroupError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateDatasetImportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateDatasetImportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateDatasetImportJobError, R>) -> Self
fn from(err: SdkError<CreateDatasetImportJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateExplainabilityError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateExplainabilityError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateExplainabilityError, R>) -> Self
fn from(err: SdkError<CreateExplainabilityError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateExplainabilityExportError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateExplainabilityExportError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateExplainabilityExportError, R>) -> Self
fn from(err: SdkError<CreateExplainabilityExportError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateForecastError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateForecastError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateForecastError, R>) -> Self
fn from(err: SdkError<CreateForecastError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateForecastExportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateForecastExportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateForecastExportJobError, R>) -> Self
fn from(err: SdkError<CreateForecastExportJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateMonitorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateMonitorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateMonitorError, R>) -> Self
fn from(err: SdkError<CreateMonitorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreatePredictorBacktestExportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreatePredictorBacktestExportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreatePredictorBacktestExportJobError, R>) -> Self
fn from(err: SdkError<CreatePredictorBacktestExportJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreatePredictorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreatePredictorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreatePredictorError, R>) -> Self
fn from(err: SdkError<CreatePredictorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateWhatIfAnalysisError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateWhatIfAnalysisError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateWhatIfAnalysisError, R>) -> Self
fn from(err: SdkError<CreateWhatIfAnalysisError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateWhatIfForecastError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateWhatIfForecastError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateWhatIfForecastError, R>) -> Self
fn from(err: SdkError<CreateWhatIfForecastError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateWhatIfForecastExportError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateWhatIfForecastExportError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateWhatIfForecastExportError, R>) -> Self
fn from(err: SdkError<CreateWhatIfForecastExportError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteDatasetError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteDatasetError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteDatasetError, R>) -> Self
fn from(err: SdkError<DeleteDatasetError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteDatasetGroupError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteDatasetGroupError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteDatasetGroupError, R>) -> Self
fn from(err: SdkError<DeleteDatasetGroupError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteDatasetImportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteDatasetImportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteDatasetImportJobError, R>) -> Self
fn from(err: SdkError<DeleteDatasetImportJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteExplainabilityError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteExplainabilityError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteExplainabilityError, R>) -> Self
fn from(err: SdkError<DeleteExplainabilityError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteExplainabilityExportError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteExplainabilityExportError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteExplainabilityExportError, R>) -> Self
fn from(err: SdkError<DeleteExplainabilityExportError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteForecastError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteForecastError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteForecastError, R>) -> Self
fn from(err: SdkError<DeleteForecastError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteForecastExportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteForecastExportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteForecastExportJobError, R>) -> Self
fn from(err: SdkError<DeleteForecastExportJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteMonitorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteMonitorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteMonitorError, R>) -> Self
fn from(err: SdkError<DeleteMonitorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeletePredictorBacktestExportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeletePredictorBacktestExportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeletePredictorBacktestExportJobError, R>) -> Self
fn from(err: SdkError<DeletePredictorBacktestExportJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeletePredictorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeletePredictorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeletePredictorError, R>) -> Self
fn from(err: SdkError<DeletePredictorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteResourceTreeError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteResourceTreeError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteResourceTreeError, R>) -> Self
fn from(err: SdkError<DeleteResourceTreeError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteWhatIfAnalysisError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteWhatIfAnalysisError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteWhatIfAnalysisError, R>) -> Self
fn from(err: SdkError<DeleteWhatIfAnalysisError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteWhatIfForecastError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteWhatIfForecastError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteWhatIfForecastError, R>) -> Self
fn from(err: SdkError<DeleteWhatIfForecastError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteWhatIfForecastExportError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteWhatIfForecastExportError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteWhatIfForecastExportError, R>) -> Self
fn from(err: SdkError<DeleteWhatIfForecastExportError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeAutoPredictorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeAutoPredictorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeAutoPredictorError, R>) -> Self
fn from(err: SdkError<DescribeAutoPredictorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeDatasetError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeDatasetError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeDatasetError, R>) -> Self
fn from(err: SdkError<DescribeDatasetError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeDatasetGroupError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeDatasetGroupError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeDatasetGroupError, R>) -> Self
fn from(err: SdkError<DescribeDatasetGroupError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeDatasetImportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeDatasetImportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeDatasetImportJobError, R>) -> Self
fn from(err: SdkError<DescribeDatasetImportJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeExplainabilityError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeExplainabilityError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeExplainabilityError, R>) -> Self
fn from(err: SdkError<DescribeExplainabilityError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeExplainabilityExportError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeExplainabilityExportError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeExplainabilityExportError, R>) -> Self
fn from(err: SdkError<DescribeExplainabilityExportError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeForecastError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeForecastError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeForecastError, R>) -> Self
fn from(err: SdkError<DescribeForecastError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeForecastExportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeForecastExportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeForecastExportJobError, R>) -> Self
fn from(err: SdkError<DescribeForecastExportJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeMonitorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeMonitorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeMonitorError, R>) -> Self
fn from(err: SdkError<DescribeMonitorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribePredictorBacktestExportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribePredictorBacktestExportJobError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribePredictorBacktestExportJobError, R>) -> Self
fn from(err: SdkError<DescribePredictorBacktestExportJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribePredictorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribePredictorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribePredictorError, R>) -> Self
fn from(err: SdkError<DescribePredictorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeWhatIfAnalysisError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeWhatIfAnalysisError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeWhatIfAnalysisError, R>) -> Self
fn from(err: SdkError<DescribeWhatIfAnalysisError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeWhatIfForecastError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeWhatIfForecastError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeWhatIfForecastError, R>) -> Self
fn from(err: SdkError<DescribeWhatIfForecastError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeWhatIfForecastExportError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeWhatIfForecastExportError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeWhatIfForecastExportError, R>) -> Self
fn from(err: SdkError<DescribeWhatIfForecastExportError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetAccuracyMetricsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetAccuracyMetricsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetAccuracyMetricsError, R>) -> Self
fn from(err: SdkError<GetAccuracyMetricsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListDatasetGroupsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListDatasetGroupsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListDatasetGroupsError, R>) -> Self
fn from(err: SdkError<ListDatasetGroupsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListDatasetImportJobsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListDatasetImportJobsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListDatasetImportJobsError, R>) -> Self
fn from(err: SdkError<ListDatasetImportJobsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListDatasetsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListDatasetsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListDatasetsError, R>) -> Self
fn from(err: SdkError<ListDatasetsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListExplainabilitiesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListExplainabilitiesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListExplainabilitiesError, R>) -> Self
fn from(err: SdkError<ListExplainabilitiesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListExplainabilityExportsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListExplainabilityExportsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListExplainabilityExportsError, R>) -> Self
fn from(err: SdkError<ListExplainabilityExportsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListForecastExportJobsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListForecastExportJobsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListForecastExportJobsError, R>) -> Self
fn from(err: SdkError<ListForecastExportJobsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListForecastsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListForecastsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListForecastsError, R>) -> Self
fn from(err: SdkError<ListForecastsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListMonitorEvaluationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListMonitorEvaluationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListMonitorEvaluationsError, R>) -> Self
fn from(err: SdkError<ListMonitorEvaluationsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListMonitorsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListMonitorsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListMonitorsError, R>) -> Self
fn from(err: SdkError<ListMonitorsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListPredictorBacktestExportJobsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListPredictorBacktestExportJobsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListPredictorBacktestExportJobsError, R>) -> Self
fn from(err: SdkError<ListPredictorBacktestExportJobsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListPredictorsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListPredictorsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListPredictorsError, R>) -> Self
fn from(err: SdkError<ListPredictorsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListWhatIfAnalysesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListWhatIfAnalysesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListWhatIfAnalysesError, R>) -> Self
fn from(err: SdkError<ListWhatIfAnalysesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListWhatIfForecastExportsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListWhatIfForecastExportsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListWhatIfForecastExportsError, R>) -> Self
fn from(err: SdkError<ListWhatIfForecastExportsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListWhatIfForecastsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListWhatIfForecastsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListWhatIfForecastsError, R>) -> Self
fn from(err: SdkError<ListWhatIfForecastsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ResumeResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ResumeResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ResumeResourceError, R>) -> Self
fn from(err: SdkError<ResumeResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StopResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopResourceError, R>) -> Self
fn from(err: SdkError<StopResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<TagResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<TagResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<TagResourceError, R>) -> Self
fn from(err: SdkError<TagResourceError, R>) -> Self
Converts to this type from the input type.
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more