#[non_exhaustive]
pub enum Error { InternalServiceErrorException(InternalServiceErrorException), InvalidRequestException(InvalidRequestException), InvalidStateException(InvalidStateException), ResourceNotFoundException(ResourceNotFoundException), ServiceQuotaExceededException(ServiceQuotaExceededException), 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.
§

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(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, demand: &mut Demand<'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<AssociateCustomDomainError> for Error

source§

fn from(err: AssociateCustomDomainError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAutoScalingConfigurationError> for Error

source§

fn from(err: CreateAutoScalingConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateConnectionError> for Error

source§

fn from(err: CreateConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateObservabilityConfigurationError> for Error

source§

fn from(err: CreateObservabilityConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateServiceError> for Error

source§

fn from(err: CreateServiceError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVpcConnectorError> for Error

source§

fn from(err: CreateVpcConnectorError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVpcIngressConnectionError> for Error

source§

fn from(err: CreateVpcIngressConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAutoScalingConfigurationError> for Error

source§

fn from(err: DeleteAutoScalingConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteConnectionError> for Error

source§

fn from(err: DeleteConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteObservabilityConfigurationError> for Error

source§

fn from(err: DeleteObservabilityConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteServiceError> for Error

source§

fn from(err: DeleteServiceError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVpcConnectorError> for Error

source§

fn from(err: DeleteVpcConnectorError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVpcIngressConnectionError> for Error

source§

fn from(err: DeleteVpcIngressConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAutoScalingConfigurationError> for Error

source§

fn from(err: DescribeAutoScalingConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeCustomDomainsError> for Error

source§

fn from(err: DescribeCustomDomainsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeObservabilityConfigurationError> for Error

source§

fn from(err: DescribeObservabilityConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeServiceError> for Error

source§

fn from(err: DescribeServiceError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVpcConnectorError> for Error

source§

fn from(err: DescribeVpcConnectorError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVpcIngressConnectionError> for Error

source§

fn from(err: DescribeVpcIngressConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateCustomDomainError> for Error

source§

fn from(err: DisassociateCustomDomainError) -> Self

Converts to this type from the input type.
source§

impl From<ListAutoScalingConfigurationsError> for Error

source§

fn from(err: ListAutoScalingConfigurationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListConnectionsError> for Error

source§

fn from(err: ListConnectionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListObservabilityConfigurationsError> for Error

source§

fn from(err: ListObservabilityConfigurationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListOperationsError> for Error

source§

fn from(err: ListOperationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListServicesError> for Error

source§

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

source§

fn from(err: ListVpcConnectorsError) -> Self

Converts to this type from the input type.
source§

impl From<ListVpcIngressConnectionsError> for Error

source§

fn from(err: ListVpcIngressConnectionsError) -> Self

Converts to this type from the input type.
source§

impl From<PauseServiceError> for Error

source§

fn from(err: PauseServiceError) -> Self

Converts to this type from the input type.
source§

impl From<ResumeServiceError> for Error

source§

fn from(err: ResumeServiceError) -> Self

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<StartDeploymentError> for Error

source§

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

source§

fn from(err: UpdateServiceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateVpcIngressConnectionError> for Error

source§

fn from(err: UpdateVpcIngressConnectionError) -> 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<E> Provider for Ewhere E: Error + ?Sized,

source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (provide_any)
Data providers should implement this method to provide all values they are able to provide by using demand. Read more
source§

impl<T> Same<T> 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