Enum aws_sdk_devopsguru::Error
source · [−]#[non_exhaustive]
pub enum Error {
AccessDeniedException(AccessDeniedException),
ConflictException(ConflictException),
InternalServerException(InternalServerException),
ResourceNotFoundException(ResourceNotFoundException),
ServiceQuotaExceededException(ServiceQuotaExceededException),
ThrottlingException(ThrottlingException),
ValidationException(ValidationException),
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.
AccessDeniedException(AccessDeniedException)
You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
ConflictException(ConflictException)
An exception that is thrown when a conflict occurs.
InternalServerException(InternalServerException)
An internal failure in an Amazon service occurred.
ResourceNotFoundException(ResourceNotFoundException)
A requested resource could not be found
ServiceQuotaExceededException(ServiceQuotaExceededException)
The request contains a value that exceeds a maximum quota.
ThrottlingException(ThrottlingException)
The request was denied due to a request throttling.
ValidationException(ValidationException)
Contains information about data passed in to a field during a request that is not valid.
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<AddNotificationChannelError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AddNotificationChannelError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AddNotificationChannelError, R>) -> Self
fn from(err: SdkError<AddNotificationChannelError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteInsightError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteInsightError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteInsightError, R>) -> Self
fn from(err: SdkError<DeleteInsightError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeAccountHealthError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeAccountHealthError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeAccountHealthError, R>) -> Self
fn from(err: SdkError<DescribeAccountHealthError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeAccountOverviewError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeAccountOverviewError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeAccountOverviewError, R>) -> Self
fn from(err: SdkError<DescribeAccountOverviewError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeAnomalyError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeAnomalyError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeAnomalyError, R>) -> Self
fn from(err: SdkError<DescribeAnomalyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeEventSourcesConfigError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeEventSourcesConfigError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeEventSourcesConfigError, R>) -> Self
fn from(err: SdkError<DescribeEventSourcesConfigError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeFeedbackError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeFeedbackError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeFeedbackError, R>) -> Self
fn from(err: SdkError<DescribeFeedbackError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeInsightError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeInsightError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeInsightError, R>) -> Self
fn from(err: SdkError<DescribeInsightError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeOrganizationHealthError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeOrganizationHealthError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeOrganizationHealthError, R>) -> Self
fn from(err: SdkError<DescribeOrganizationHealthError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeOrganizationOverviewError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeOrganizationOverviewError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeOrganizationOverviewError, R>) -> Self
fn from(err: SdkError<DescribeOrganizationOverviewError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeOrganizationResourceCollectionHealthError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeOrganizationResourceCollectionHealthError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(
err: SdkError<DescribeOrganizationResourceCollectionHealthError, R>
) -> Self
fn from(
err: SdkError<DescribeOrganizationResourceCollectionHealthError, R>
) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeResourceCollectionHealthError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeResourceCollectionHealthError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeResourceCollectionHealthError, R>) -> Self
fn from(err: SdkError<DescribeResourceCollectionHealthError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeServiceIntegrationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeServiceIntegrationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeServiceIntegrationError, R>) -> Self
fn from(err: SdkError<DescribeServiceIntegrationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetCostEstimationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetCostEstimationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetCostEstimationError, R>) -> Self
fn from(err: SdkError<GetCostEstimationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetResourceCollectionError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetResourceCollectionError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetResourceCollectionError, R>) -> Self
fn from(err: SdkError<GetResourceCollectionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListAnomaliesForInsightError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListAnomaliesForInsightError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListAnomaliesForInsightError, R>) -> Self
fn from(err: SdkError<ListAnomaliesForInsightError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListAnomalousLogGroupsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListAnomalousLogGroupsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListAnomalousLogGroupsError, R>) -> Self
fn from(err: SdkError<ListAnomalousLogGroupsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListEventsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListEventsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListEventsError, R>) -> Self
fn from(err: SdkError<ListEventsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListInsightsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListInsightsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListInsightsError, R>) -> Self
fn from(err: SdkError<ListInsightsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListMonitoredResourcesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListMonitoredResourcesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListMonitoredResourcesError, R>) -> Self
fn from(err: SdkError<ListMonitoredResourcesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListNotificationChannelsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListNotificationChannelsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListNotificationChannelsError, R>) -> Self
fn from(err: SdkError<ListNotificationChannelsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListOrganizationInsightsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListOrganizationInsightsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListOrganizationInsightsError, R>) -> Self
fn from(err: SdkError<ListOrganizationInsightsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListRecommendationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListRecommendationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListRecommendationsError, R>) -> Self
fn from(err: SdkError<ListRecommendationsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutFeedbackError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutFeedbackError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutFeedbackError, R>) -> Self
fn from(err: SdkError<PutFeedbackError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RemoveNotificationChannelError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RemoveNotificationChannelError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RemoveNotificationChannelError, R>) -> Self
fn from(err: SdkError<RemoveNotificationChannelError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<SearchInsightsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<SearchInsightsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<SearchInsightsError, R>) -> Self
fn from(err: SdkError<SearchInsightsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<SearchOrganizationInsightsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<SearchOrganizationInsightsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<SearchOrganizationInsightsError, R>) -> Self
fn from(err: SdkError<SearchOrganizationInsightsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartCostEstimationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartCostEstimationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartCostEstimationError, R>) -> Self
fn from(err: SdkError<StartCostEstimationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateEventSourcesConfigError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateEventSourcesConfigError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateEventSourcesConfigError, R>) -> Self
fn from(err: SdkError<UpdateEventSourcesConfigError, 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