#[non_exhaustive]
pub enum Error {
Show 15 variants ConcurrentModificationException(ConcurrentModificationException), EntitlementAlreadyExistsException(EntitlementAlreadyExistsException), EntitlementNotFoundException(EntitlementNotFoundException), IncompatibleImageException(IncompatibleImageException), InvalidAccountStatusException(InvalidAccountStatusException), InvalidParameterCombinationException(InvalidParameterCombinationException), InvalidRoleException(InvalidRoleException), LimitExceededException(LimitExceededException), OperationNotPermittedException(OperationNotPermittedException), RequestLimitExceededException(RequestLimitExceededException), ResourceAlreadyExistsException(ResourceAlreadyExistsException), ResourceInUseException(ResourceInUseException), ResourceNotAvailableException(ResourceNotAvailableException), 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.
§

ConcurrentModificationException(ConcurrentModificationException)

An API error occurred. Wait a few minutes and try again.

§

EntitlementAlreadyExistsException(EntitlementAlreadyExistsException)

The entitlement already exists.

§

EntitlementNotFoundException(EntitlementNotFoundException)

The entitlement can't be found.

§

IncompatibleImageException(IncompatibleImageException)

The image can't be updated because it's not compatible for updates.

§

InvalidAccountStatusException(InvalidAccountStatusException)

The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.

§

InvalidParameterCombinationException(InvalidParameterCombinationException)

Indicates an incorrect combination of parameters, or a missing parameter.

§

InvalidRoleException(InvalidRoleException)

The specified role is invalid.

§

LimitExceededException(LimitExceededException)

The requested limit exceeds the permitted limit for an account.

§

OperationNotPermittedException(OperationNotPermittedException)

The attempted operation is not permitted.

§

RequestLimitExceededException(RequestLimitExceededException)

AppStream 2.0 can’t process the request right now because the Describe calls from your AWS account are being throttled by Amazon EC2. Try again later.

§

ResourceAlreadyExistsException(ResourceAlreadyExistsException)

The specified resource already exists.

§

ResourceInUseException(ResourceInUseException)

The specified resource is in use.

§

ResourceNotAvailableException(ResourceNotAvailableException)

The specified resource exists and is not in use, but isn't available.

§

ResourceNotFoundException(ResourceNotFoundException)

The specified resource was not found.

§

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

1.30.0 · 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<AssociateApplicationFleetError> for Error

source§

fn from(err: AssociateApplicationFleetError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateApplicationToEntitlementError> for Error

source§

fn from(err: AssociateApplicationToEntitlementError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateFleetError> for Error

source§

fn from(err: AssociateFleetError) -> Self

Converts to this type from the input type.
source§

impl From<BatchAssociateUserStackError> for Error

source§

fn from(err: BatchAssociateUserStackError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDisassociateUserStackError> for Error

source§

fn from(err: BatchDisassociateUserStackError) -> Self

Converts to this type from the input type.
source§

impl From<CopyImageError> for Error

source§

fn from(err: CopyImageError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAppBlockError> for Error

source§

fn from(err: CreateAppBlockError) -> Self

Converts to this type from the input type.
source§

impl From<CreateApplicationError> for Error

source§

fn from(err: CreateApplicationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDirectoryConfigError> for Error

source§

fn from(err: CreateDirectoryConfigError) -> Self

Converts to this type from the input type.
source§

impl From<CreateEntitlementError> for Error

source§

fn from(err: CreateEntitlementError) -> Self

Converts to this type from the input type.
source§

impl From<CreateFleetError> for Error

source§

fn from(err: CreateFleetError) -> Self

Converts to this type from the input type.
source§

impl From<CreateImageBuilderError> for Error

source§

fn from(err: CreateImageBuilderError) -> Self

Converts to this type from the input type.
source§

impl From<CreateImageBuilderStreamingURLError> for Error

source§

fn from(err: CreateImageBuilderStreamingURLError) -> Self

Converts to this type from the input type.
source§

impl From<CreateStackError> for Error

source§

fn from(err: CreateStackError) -> Self

Converts to this type from the input type.
source§

impl From<CreateStreamingURLError> for Error

source§

fn from(err: CreateStreamingURLError) -> Self

Converts to this type from the input type.
source§

impl From<CreateUpdatedImageError> for Error

source§

fn from(err: CreateUpdatedImageError) -> Self

Converts to this type from the input type.
source§

impl From<CreateUsageReportSubscriptionError> for Error

source§

fn from(err: CreateUsageReportSubscriptionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateUserError> for Error

source§

fn from(err: CreateUserError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAppBlockError> for Error

source§

fn from(err: DeleteAppBlockError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteApplicationError> for Error

source§

fn from(err: DeleteApplicationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDirectoryConfigError> for Error

source§

fn from(err: DeleteDirectoryConfigError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteEntitlementError> for Error

source§

fn from(err: DeleteEntitlementError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFleetError> for Error

source§

fn from(err: DeleteFleetError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteImageBuilderError> for Error

source§

fn from(err: DeleteImageBuilderError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteImageError> for Error

source§

fn from(err: DeleteImageError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteImagePermissionsError> for Error

source§

fn from(err: DeleteImagePermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteStackError> for Error

source§

fn from(err: DeleteStackError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteUsageReportSubscriptionError> for Error

source§

fn from(err: DeleteUsageReportSubscriptionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteUserError> for Error

source§

fn from(err: DeleteUserError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAppBlocksError> for Error

source§

fn from(err: DescribeAppBlocksError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeApplicationFleetAssociationsError> for Error

source§

fn from(err: DescribeApplicationFleetAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeApplicationsError> for Error

source§

fn from(err: DescribeApplicationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDirectoryConfigsError> for Error

source§

fn from(err: DescribeDirectoryConfigsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEntitlementsError> for Error

source§

fn from(err: DescribeEntitlementsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetsError> for Error

source§

fn from(err: DescribeFleetsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeImageBuildersError> for Error

source§

fn from(err: DescribeImageBuildersError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeImagePermissionsError> for Error

source§

fn from(err: DescribeImagePermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeImagesError> for Error

source§

fn from(err: DescribeImagesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSessionsError> for Error

source§

fn from(err: DescribeSessionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeStacksError> for Error

source§

fn from(err: DescribeStacksError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeUsageReportSubscriptionsError> for Error

source§

fn from(err: DescribeUsageReportSubscriptionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeUserStackAssociationsError> for Error

source§

fn from(err: DescribeUserStackAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeUsersError> for Error

source§

fn from(err: DescribeUsersError) -> Self

Converts to this type from the input type.
source§

impl From<DisableUserError> for Error

source§

fn from(err: DisableUserError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateApplicationFleetError> for Error

source§

fn from(err: DisassociateApplicationFleetError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateApplicationFromEntitlementError> for Error

source§

fn from(err: DisassociateApplicationFromEntitlementError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateFleetError> for Error

source§

fn from(err: DisassociateFleetError) -> Self

Converts to this type from the input type.
source§

impl From<EnableUserError> for Error

source§

fn from(err: EnableUserError) -> Self

Converts to this type from the input type.
source§

impl From<ExpireSessionError> for Error

source§

fn from(err: ExpireSessionError) -> Self

Converts to this type from the input type.
source§

impl From<ListAssociatedFleetsError> for Error

source§

fn from(err: ListAssociatedFleetsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAssociatedStacksError> for Error

source§

fn from(err: ListAssociatedStacksError) -> Self

Converts to this type from the input type.
source§

impl From<ListEntitledApplicationsError> for Error

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<StartFleetError> for Error

source§

fn from(err: StartFleetError) -> Self

Converts to this type from the input type.
source§

impl From<StartImageBuilderError> for Error

source§

fn from(err: StartImageBuilderError) -> Self

Converts to this type from the input type.
source§

impl From<StopFleetError> for Error

source§

fn from(err: StopFleetError) -> Self

Converts to this type from the input type.
source§

impl From<StopImageBuilderError> for Error

source§

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

source§

fn from(err: UpdateApplicationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDirectoryConfigError> for Error

source§

fn from(err: UpdateDirectoryConfigError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateEntitlementError> for Error

source§

fn from(err: UpdateEntitlementError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateFleetError> for Error

source§

fn from(err: UpdateFleetError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateImagePermissionsError> for Error

source§

fn from(err: UpdateImagePermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateStackError> for Error

source§

fn from(err: UpdateStackError) -> 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,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

const: unstable · source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · 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>,

const: unstable · 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.
const: unstable · 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.
const: unstable · 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