#[non_exhaustive]
pub enum Error {
Show 18 variants CallRateLimitExceededException(CallRateLimitExceededException), ClientException(ClientException), ForbiddenException(ForbiddenException), IdempotentParameterMismatchException(IdempotentParameterMismatchException), InvalidPaginationTokenException(InvalidPaginationTokenException), InvalidParameterCombinationException(InvalidParameterCombinationException), InvalidParameterException(InvalidParameterException), InvalidParameterValueException(InvalidParameterValueException), InvalidRequestException(InvalidRequestException), InvalidVersionNumberException(InvalidVersionNumberException), ResourceAlreadyExistsException(ResourceAlreadyExistsException), ResourceDependencyException(ResourceDependencyException), ResourceInUseException(ResourceInUseException), ResourceNotFoundException(ResourceNotFoundException), ServiceException(ServiceException), ServiceQuotaExceededException(ServiceQuotaExceededException), ServiceUnavailableException(ServiceUnavailableException), 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.
§

CallRateLimitExceededException(CallRateLimitExceededException)

You have exceeded the permitted request rate for the specific operation.

§

ClientException(ClientException)

These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn't have permissions to use the action or resource, or specifying an invalid resource identifier.

§

ForbiddenException(ForbiddenException)

You are not authorized to perform the requested operation.

§

IdempotentParameterMismatchException(IdempotentParameterMismatchException)

You have specified a client token for an operation using parameter values that differ from a previous request that used the same client token.

§

InvalidPaginationTokenException(InvalidPaginationTokenException)

You have provided an invalid pagination token in your request.

§

InvalidParameterCombinationException(InvalidParameterCombinationException)

You have specified two or more mutually exclusive parameters. Review the error message for details.

§

InvalidParameterException(InvalidParameterException)

The specified parameter is invalid. Review the available parameters for the API request.

§

InvalidParameterValueException(InvalidParameterValueException)

The value that you provided for the specified parameter is invalid.

§

InvalidRequestException(InvalidRequestException)

You have requested an action that that the service doesn't support.

§

InvalidVersionNumberException(InvalidVersionNumberException)

Your version number is out of bounds or does not follow the required syntax.

§

ResourceAlreadyExistsException(ResourceAlreadyExistsException)

The resource that you are trying to create already exists.

§

ResourceDependencyException(ResourceDependencyException)

You have attempted to mutate or delete a resource with a dependency that prohibits this action. See the error message for more details.

§

ResourceInUseException(ResourceInUseException)

The resource that you are trying to operate on is currently in use. Review the message details and retry later.

§

ResourceNotFoundException(ResourceNotFoundException)

At least one of the resources referenced by your request does not exist.

§

ServiceException(ServiceException)

This exception is thrown when the service encounters an unrecoverable exception.

§

ServiceQuotaExceededException(ServiceQuotaExceededException)

You have exceeded the number of permitted resources or operations for this service. For service quotas, see EC2 Image Builder endpoints and quotas.

§

ServiceUnavailableException(ServiceUnavailableException)

The service is unable to process your request at this time.

§

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<CancelImageCreationError> for Error

source§

fn from(err: CancelImageCreationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateComponentError> for Error

source§

fn from(err: CreateComponentError) -> Self

Converts to this type from the input type.
source§

impl From<CreateContainerRecipeError> for Error

source§

fn from(err: CreateContainerRecipeError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDistributionConfigurationError> for Error

source§

fn from(err: CreateDistributionConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateImageError> for Error

source§

fn from(err: CreateImageError) -> Self

Converts to this type from the input type.
source§

impl From<CreateImagePipelineError> for Error

source§

fn from(err: CreateImagePipelineError) -> Self

Converts to this type from the input type.
source§

impl From<CreateImageRecipeError> for Error

source§

fn from(err: CreateImageRecipeError) -> Self

Converts to this type from the input type.
source§

impl From<CreateInfrastructureConfigurationError> for Error

source§

fn from(err: CreateInfrastructureConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteComponentError> for Error

source§

fn from(err: DeleteComponentError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteContainerRecipeError> for Error

source§

fn from(err: DeleteContainerRecipeError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDistributionConfigurationError> for Error

source§

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

source§

fn from(err: DeleteImagePipelineError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteImageRecipeError> for Error

source§

fn from(err: DeleteImageRecipeError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteInfrastructureConfigurationError> for Error

source§

fn from(err: DeleteInfrastructureConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetComponentError> for Error

source§

fn from(err: GetComponentError) -> Self

Converts to this type from the input type.
source§

impl From<GetComponentPolicyError> for Error

source§

fn from(err: GetComponentPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<GetContainerRecipeError> for Error

source§

fn from(err: GetContainerRecipeError) -> Self

Converts to this type from the input type.
source§

impl From<GetContainerRecipePolicyError> for Error

source§

fn from(err: GetContainerRecipePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<GetDistributionConfigurationError> for Error

source§

fn from(err: GetDistributionConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetImageError> for Error

source§

fn from(err: GetImageError) -> Self

Converts to this type from the input type.
source§

impl From<GetImagePipelineError> for Error

source§

fn from(err: GetImagePipelineError) -> Self

Converts to this type from the input type.
source§

impl From<GetImagePolicyError> for Error

source§

fn from(err: GetImagePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<GetImageRecipeError> for Error

source§

fn from(err: GetImageRecipeError) -> Self

Converts to this type from the input type.
source§

impl From<GetImageRecipePolicyError> for Error

source§

fn from(err: GetImageRecipePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<GetInfrastructureConfigurationError> for Error

source§

fn from(err: GetInfrastructureConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetWorkflowExecutionError> for Error

source§

fn from(err: GetWorkflowExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<GetWorkflowStepExecutionError> for Error

source§

fn from(err: GetWorkflowStepExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<ImportComponentError> for Error

source§

fn from(err: ImportComponentError) -> Self

Converts to this type from the input type.
source§

impl From<ImportVmImageError> for Error

source§

fn from(err: ImportVmImageError) -> Self

Converts to this type from the input type.
source§

impl From<ListComponentBuildVersionsError> for Error

source§

fn from(err: ListComponentBuildVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListComponentsError> for Error

source§

fn from(err: ListComponentsError) -> Self

Converts to this type from the input type.
source§

impl From<ListContainerRecipesError> for Error

source§

fn from(err: ListContainerRecipesError) -> Self

Converts to this type from the input type.
source§

impl From<ListDistributionConfigurationsError> for Error

source§

fn from(err: ListDistributionConfigurationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListImageBuildVersionsError> for Error

source§

fn from(err: ListImageBuildVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListImagePackagesError> for Error

source§

fn from(err: ListImagePackagesError) -> Self

Converts to this type from the input type.
source§

impl From<ListImagePipelineImagesError> for Error

source§

fn from(err: ListImagePipelineImagesError) -> Self

Converts to this type from the input type.
source§

impl From<ListImagePipelinesError> for Error

source§

fn from(err: ListImagePipelinesError) -> Self

Converts to this type from the input type.
source§

impl From<ListImageRecipesError> for Error

source§

fn from(err: ListImageRecipesError) -> Self

Converts to this type from the input type.
source§

impl From<ListImageScanFindingAggregationsError> for Error

source§

fn from(err: ListImageScanFindingAggregationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListImageScanFindingsError> for Error

source§

fn from(err: ListImageScanFindingsError) -> Self

Converts to this type from the input type.
source§

impl From<ListImagesError> for Error

source§

fn from(err: ListImagesError) -> Self

Converts to this type from the input type.
source§

impl From<ListInfrastructureConfigurationsError> for Error

source§

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

source§

fn from(err: ListWorkflowExecutionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListWorkflowStepExecutionsError> for Error

source§

fn from(err: ListWorkflowStepExecutionsError) -> Self

Converts to this type from the input type.
source§

impl From<PutComponentPolicyError> for Error

source§

fn from(err: PutComponentPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<PutContainerRecipePolicyError> for Error

source§

fn from(err: PutContainerRecipePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<PutImagePolicyError> for Error

source§

fn from(err: PutImagePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<PutImageRecipePolicyError> for Error

source§

fn from(err: PutImageRecipePolicyError) -> Self

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<StartImagePipelineExecutionError> for Error

source§

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

source§

fn from(err: UpdateDistributionConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateImagePipelineError> for Error

source§

fn from(err: UpdateImagePipelineError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateInfrastructureConfigurationError> for Error

source§

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