#[non_exhaustive]
pub enum Error {
Show 23 variants AccessDeniedException(AccessDeniedException), ConflictException(ConflictException), HumanLoopQuotaExceededException(HumanLoopQuotaExceededException), IdempotentParameterMismatchException(IdempotentParameterMismatchException), ImageTooLargeException(ImageTooLargeException), InternalServerError(InternalServerError), InvalidImageFormatException(InvalidImageFormatException), InvalidPaginationTokenException(InvalidPaginationTokenException), InvalidParameterException(InvalidParameterException), InvalidPolicyRevisionIdException(InvalidPolicyRevisionIdException), InvalidS3ObjectException(InvalidS3ObjectException), LimitExceededException(LimitExceededException), MalformedPolicyDocumentException(MalformedPolicyDocumentException), ProvisionedThroughputExceededException(ProvisionedThroughputExceededException), ResourceAlreadyExistsException(ResourceAlreadyExistsException), ResourceInUseException(ResourceInUseException), ResourceNotFoundException(ResourceNotFoundException), ResourceNotReadyException(ResourceNotReadyException), ServiceQuotaExceededException(ServiceQuotaExceededException), SessionNotFoundException(SessionNotFoundException), ThrottlingException(ThrottlingException), VideoTooLargeException(VideoTooLargeException), 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.
§

AccessDeniedException(AccessDeniedException)

You are not authorized to perform the action.

§

ConflictException(ConflictException)

A User with the same Id already exists within the collection, or the update or deletion of the User caused an inconsistent state. **

§

HumanLoopQuotaExceededException(HumanLoopQuotaExceededException)

The number of in-progress human reviews you have has exceeded the number allowed.

§

IdempotentParameterMismatchException(IdempotentParameterMismatchException)

A ClientRequestToken input parameter was reused with an operation, but at least one of the other input parameters is different from the previous call to the operation.

§

ImageTooLargeException(ImageTooLargeException)

The input image size exceeds the allowed limit. If you are calling DetectProtectiveEquipment, the image size or resolution exceeds the allowed limit. For more information, see Guidelines and quotas in Amazon Rekognition in the Amazon Rekognition Developer Guide.

§

InternalServerError(InternalServerError)

Amazon Rekognition experienced a service issue. Try your call again.

§

InvalidImageFormatException(InvalidImageFormatException)

The provided image format is not supported.

§

InvalidPaginationTokenException(InvalidPaginationTokenException)

Pagination token in the request is not valid.

§

InvalidParameterException(InvalidParameterException)

Input parameter violated a constraint. Validate your parameter before calling the API operation again.

§

InvalidPolicyRevisionIdException(InvalidPolicyRevisionIdException)

The supplied revision id for the project policy is invalid.

§

InvalidS3ObjectException(InvalidS3ObjectException)

Amazon Rekognition is unable to access the S3 object specified in the request.

§

LimitExceededException(LimitExceededException)

An Amazon Rekognition service limit was exceeded. For example, if you start too many Amazon Rekognition Video jobs concurrently, calls to start operations (StartLabelDetection, for example) will raise a LimitExceededException exception (HTTP status code: 400) until the number of concurrently running jobs is below the Amazon Rekognition service limit.

§

MalformedPolicyDocumentException(MalformedPolicyDocumentException)

The format of the project policy document that you supplied to PutProjectPolicy is incorrect.

§

ProvisionedThroughputExceededException(ProvisionedThroughputExceededException)

The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.

§

ResourceAlreadyExistsException(ResourceAlreadyExistsException)

A resource with the specified ID already exists.

§

ResourceInUseException(ResourceInUseException)

The specified resource is already being used.

§

ResourceNotFoundException(ResourceNotFoundException)

The resource specified in the request cannot be found.

§

ResourceNotReadyException(ResourceNotReadyException)

The requested resource isn't ready. For example, this exception occurs when you call DetectCustomLabels with a model version that isn't deployed.

§

ServiceQuotaExceededException(ServiceQuotaExceededException)

The size of the collection exceeds the allowed limit. For more information, see Guidelines and quotas in Amazon Rekognition in the Amazon Rekognition Developer Guide.

§

SessionNotFoundException(SessionNotFoundException)

Occurs when a given sessionId is not found.

§

ThrottlingException(ThrottlingException)

Amazon Rekognition is temporarily unable to process the request. Try your call again.

§

VideoTooLargeException(VideoTooLargeException)

The file size or duration of the supplied media is too large. The maximum file size is 10GB. The maximum duration is 6 hours.

§

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

source§

fn from(err: AssociateFacesError) -> Self

Converts to this type from the input type.
source§

impl From<CompareFacesError> for Error

source§

fn from(err: CompareFacesError) -> Self

Converts to this type from the input type.
source§

impl From<CopyProjectVersionError> for Error

source§

fn from(err: CopyProjectVersionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateCollectionError> for Error

source§

fn from(err: CreateCollectionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDatasetError> for Error

source§

fn from(err: CreateDatasetError) -> Self

Converts to this type from the input type.
source§

impl From<CreateFaceLivenessSessionError> for Error

source§

fn from(err: CreateFaceLivenessSessionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateProjectError> for Error

source§

fn from(err: CreateProjectError) -> Self

Converts to this type from the input type.
source§

impl From<CreateProjectVersionError> for Error

source§

fn from(err: CreateProjectVersionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateStreamProcessorError> for Error

source§

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

source§

fn from(err: DeleteCollectionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDatasetError> for Error

source§

fn from(err: DeleteDatasetError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFacesError> for Error

source§

fn from(err: DeleteFacesError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteProjectError> for Error

source§

fn from(err: DeleteProjectError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteProjectPolicyError> for Error

source§

fn from(err: DeleteProjectPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteProjectVersionError> for Error

source§

fn from(err: DeleteProjectVersionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteStreamProcessorError> for Error

source§

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

source§

fn from(err: DescribeCollectionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDatasetError> for Error

source§

fn from(err: DescribeDatasetError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeProjectVersionsError> for Error

source§

fn from(err: DescribeProjectVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeProjectsError> for Error

source§

fn from(err: DescribeProjectsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeStreamProcessorError> for Error

source§

fn from(err: DescribeStreamProcessorError) -> Self

Converts to this type from the input type.
source§

impl From<DetectCustomLabelsError> for Error

source§

fn from(err: DetectCustomLabelsError) -> Self

Converts to this type from the input type.
source§

impl From<DetectFacesError> for Error

source§

fn from(err: DetectFacesError) -> Self

Converts to this type from the input type.
source§

impl From<DetectLabelsError> for Error

source§

fn from(err: DetectLabelsError) -> Self

Converts to this type from the input type.
source§

impl From<DetectModerationLabelsError> for Error

source§

fn from(err: DetectModerationLabelsError) -> Self

Converts to this type from the input type.
source§

impl From<DetectProtectiveEquipmentError> for Error

source§

fn from(err: DetectProtectiveEquipmentError) -> Self

Converts to this type from the input type.
source§

impl From<DetectTextError> for Error

source§

fn from(err: DetectTextError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateFacesError> for Error

source§

fn from(err: DisassociateFacesError) -> Self

Converts to this type from the input type.
source§

impl From<DistributeDatasetEntriesError> for Error

source§

fn from(err: DistributeDatasetEntriesError) -> Self

Converts to this type from the input type.
source§

impl From<GetCelebrityInfoError> for Error

source§

fn from(err: GetCelebrityInfoError) -> Self

Converts to this type from the input type.
source§

impl From<GetCelebrityRecognitionError> for Error

source§

fn from(err: GetCelebrityRecognitionError) -> Self

Converts to this type from the input type.
source§

impl From<GetContentModerationError> for Error

source§

fn from(err: GetContentModerationError) -> Self

Converts to this type from the input type.
source§

impl From<GetFaceDetectionError> for Error

source§

fn from(err: GetFaceDetectionError) -> Self

Converts to this type from the input type.
source§

impl From<GetFaceLivenessSessionResultsError> for Error

source§

fn from(err: GetFaceLivenessSessionResultsError) -> Self

Converts to this type from the input type.
source§

impl From<GetFaceSearchError> for Error

source§

fn from(err: GetFaceSearchError) -> Self

Converts to this type from the input type.
source§

impl From<GetLabelDetectionError> for Error

source§

fn from(err: GetLabelDetectionError) -> Self

Converts to this type from the input type.
source§

impl From<GetPersonTrackingError> for Error

source§

fn from(err: GetPersonTrackingError) -> Self

Converts to this type from the input type.
source§

impl From<GetSegmentDetectionError> for Error

source§

fn from(err: GetSegmentDetectionError) -> Self

Converts to this type from the input type.
source§

impl From<GetTextDetectionError> for Error

source§

fn from(err: GetTextDetectionError) -> Self

Converts to this type from the input type.
source§

impl From<IndexFacesError> for Error

source§

fn from(err: IndexFacesError) -> Self

Converts to this type from the input type.
source§

impl From<ListCollectionsError> for Error

source§

fn from(err: ListCollectionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDatasetEntriesError> for Error

source§

fn from(err: ListDatasetEntriesError) -> Self

Converts to this type from the input type.
source§

impl From<ListDatasetLabelsError> for Error

source§

fn from(err: ListDatasetLabelsError) -> Self

Converts to this type from the input type.
source§

impl From<ListFacesError> for Error

source§

fn from(err: ListFacesError) -> Self

Converts to this type from the input type.
source§

impl From<ListProjectPoliciesError> for Error

source§

fn from(err: ListProjectPoliciesError) -> Self

Converts to this type from the input type.
source§

impl From<ListStreamProcessorsError> for Error

source§

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

source§

fn from(err: ListUsersError) -> Self

Converts to this type from the input type.
source§

impl From<PutProjectPolicyError> for Error

source§

fn from(err: PutProjectPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<RecognizeCelebritiesError> for Error

source§

fn from(err: RecognizeCelebritiesError) -> Self

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<SearchFacesByImageError> for Error

source§

fn from(err: SearchFacesByImageError) -> Self

Converts to this type from the input type.
source§

impl From<SearchFacesError> for Error

source§

fn from(err: SearchFacesError) -> Self

Converts to this type from the input type.
source§

impl From<SearchUsersByImageError> for Error

source§

fn from(err: SearchUsersByImageError) -> Self

Converts to this type from the input type.
source§

impl From<SearchUsersError> for Error

source§

fn from(err: SearchUsersError) -> Self

Converts to this type from the input type.
source§

impl From<StartCelebrityRecognitionError> for Error

source§

fn from(err: StartCelebrityRecognitionError) -> Self

Converts to this type from the input type.
source§

impl From<StartContentModerationError> for Error

source§

fn from(err: StartContentModerationError) -> Self

Converts to this type from the input type.
source§

impl From<StartFaceDetectionError> for Error

source§

fn from(err: StartFaceDetectionError) -> Self

Converts to this type from the input type.
source§

impl From<StartFaceSearchError> for Error

source§

fn from(err: StartFaceSearchError) -> Self

Converts to this type from the input type.
source§

impl From<StartLabelDetectionError> for Error

source§

fn from(err: StartLabelDetectionError) -> Self

Converts to this type from the input type.
source§

impl From<StartPersonTrackingError> for Error

source§

fn from(err: StartPersonTrackingError) -> Self

Converts to this type from the input type.
source§

impl From<StartProjectVersionError> for Error

source§

fn from(err: StartProjectVersionError) -> Self

Converts to this type from the input type.
source§

impl From<StartSegmentDetectionError> for Error

source§

fn from(err: StartSegmentDetectionError) -> Self

Converts to this type from the input type.
source§

impl From<StartStreamProcessorError> for Error

source§

fn from(err: StartStreamProcessorError) -> Self

Converts to this type from the input type.
source§

impl From<StartTextDetectionError> for Error

source§

fn from(err: StartTextDetectionError) -> Self

Converts to this type from the input type.
source§

impl From<StopProjectVersionError> for Error

source§

fn from(err: StopProjectVersionError) -> Self

Converts to this type from the input type.
source§

impl From<StopStreamProcessorError> for Error

source§

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

source§

fn from(err: UpdateDatasetEntriesError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateStreamProcessorError> for Error

source§

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