Enum aws_sdk_apprunner::Error
source · [−]#[non_exhaustive]
pub enum Error {
InternalServiceErrorException(InternalServiceErrorException),
InvalidRequestException(InvalidRequestException),
InvalidStateException(InvalidStateException),
ResourceNotFoundException(ResourceNotFoundException),
ServiceQuotaExceededException(ServiceQuotaExceededException),
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
InternalServiceErrorException(InternalServiceErrorException)
An unexpected service exception occurred.
InvalidRequestException(InvalidRequestException)
One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.
InvalidStateException(InvalidStateException)
You can't perform this action when the resource is in its current state.
ResourceNotFoundException(ResourceNotFoundException)
A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.
ServiceQuotaExceededException(ServiceQuotaExceededException)
App Runner can't create this resource. You've reached your account quota for this resource type.
For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.
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
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
backtrace
)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
use the Display impl or to_string()
sourceimpl<R> From<SdkError<AssociateCustomDomainError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateCustomDomainError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateCustomDomainError, R>) -> Self
fn from(err: SdkError<AssociateCustomDomainError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateAutoScalingConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateAutoScalingConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateAutoScalingConfigurationError, R>) -> Self
fn from(err: SdkError<CreateAutoScalingConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateConnectionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateConnectionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateConnectionError, R>) -> Self
fn from(err: SdkError<CreateConnectionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateObservabilityConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateObservabilityConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateObservabilityConfigurationError, R>) -> Self
fn from(err: SdkError<CreateObservabilityConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateServiceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateServiceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateServiceError, R>) -> Self
fn from(err: SdkError<CreateServiceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateVpcConnectorError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateVpcConnectorError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateVpcConnectorError, R>) -> Self
fn from(err: SdkError<CreateVpcConnectorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteAutoScalingConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteAutoScalingConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteAutoScalingConfigurationError, R>) -> Self
fn from(err: SdkError<DeleteAutoScalingConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteConnectionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteConnectionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteConnectionError, R>) -> Self
fn from(err: SdkError<DeleteConnectionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteObservabilityConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteObservabilityConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteObservabilityConfigurationError, R>) -> Self
fn from(err: SdkError<DeleteObservabilityConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteServiceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteServiceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteServiceError, R>) -> Self
fn from(err: SdkError<DeleteServiceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteVpcConnectorError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteVpcConnectorError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteVpcConnectorError, R>) -> Self
fn from(err: SdkError<DeleteVpcConnectorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeAutoScalingConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeAutoScalingConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeAutoScalingConfigurationError, R>) -> Self
fn from(err: SdkError<DescribeAutoScalingConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeCustomDomainsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeCustomDomainsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeCustomDomainsError, R>) -> Self
fn from(err: SdkError<DescribeCustomDomainsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeObservabilityConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeObservabilityConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeObservabilityConfigurationError, R>) -> Self
fn from(err: SdkError<DescribeObservabilityConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeServiceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeServiceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeServiceError, R>) -> Self
fn from(err: SdkError<DescribeServiceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeVpcConnectorError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeVpcConnectorError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeVpcConnectorError, R>) -> Self
fn from(err: SdkError<DescribeVpcConnectorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DisassociateCustomDomainError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateCustomDomainError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateCustomDomainError, R>) -> Self
fn from(err: SdkError<DisassociateCustomDomainError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListAutoScalingConfigurationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListAutoScalingConfigurationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListAutoScalingConfigurationsError, R>) -> Self
fn from(err: SdkError<ListAutoScalingConfigurationsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListConnectionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListConnectionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListConnectionsError, R>) -> Self
fn from(err: SdkError<ListConnectionsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListObservabilityConfigurationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListObservabilityConfigurationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListObservabilityConfigurationsError, R>) -> Self
fn from(err: SdkError<ListObservabilityConfigurationsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListOperationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListOperationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListOperationsError, R>) -> Self
fn from(err: SdkError<ListOperationsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListServicesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListServicesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListServicesError, R>) -> Self
fn from(err: SdkError<ListServicesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
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<ListVpcConnectorsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListVpcConnectorsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListVpcConnectorsError, R>) -> Self
fn from(err: SdkError<ListVpcConnectorsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PauseServiceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PauseServiceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PauseServiceError, R>) -> Self
fn from(err: SdkError<PauseServiceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ResumeServiceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ResumeServiceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ResumeServiceError, R>) -> Self
fn from(err: SdkError<ResumeServiceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartDeploymentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartDeploymentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartDeploymentError, R>) -> Self
fn from(err: SdkError<StartDeploymentError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<TagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<TagResourceError, R>> for Error where
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
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
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more