Enum aws_sdk_comprehend::Error
source · #[non_exhaustive]pub enum Error {
Show 17 variants
BatchSizeLimitExceededException(BatchSizeLimitExceededException),
ConcurrentModificationException(ConcurrentModificationException),
InternalServerException(InternalServerException),
InvalidFilterException(InvalidFilterException),
InvalidRequestException(InvalidRequestException),
JobNotFoundException(JobNotFoundException),
KmsKeyValidationException(KmsKeyValidationException),
ResourceInUseException(ResourceInUseException),
ResourceLimitExceededException(ResourceLimitExceededException),
ResourceNotFoundException(ResourceNotFoundException),
ResourceUnavailableException(ResourceUnavailableException),
TextSizeLimitExceededException(TextSizeLimitExceededException),
TooManyRequestsException(TooManyRequestsException),
TooManyTagKeysException(TooManyTagKeysException),
TooManyTagsException(TooManyTagsException),
UnsupportedLanguageException(UnsupportedLanguageException),
Unhandled(Unhandled),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
BatchSizeLimitExceededException(BatchSizeLimitExceededException)
The number of documents in the request exceeds the limit of 25. Try your request again with fewer documents.
ConcurrentModificationException(ConcurrentModificationException)
Concurrent modification of the tags associated with an Amazon Comprehend resource is not supported.
InternalServerException(InternalServerException)
An internal server error occurred. Retry your request.
InvalidFilterException(InvalidFilterException)
The filter specified for the operation is invalid. Specify a different filter.
InvalidRequestException(InvalidRequestException)
The request is invalid.
JobNotFoundException(JobNotFoundException)
The specified job was not found. Check the job ID and try again.
KmsKeyValidationException(KmsKeyValidationException)
The KMS customer managed key (CMK) entered cannot be validated. Verify the key and re-enter it.
ResourceInUseException(ResourceInUseException)
The specified resource name is already in use. Use a different name and try your request again.
ResourceLimitExceededException(ResourceLimitExceededException)
The maximum number of resources per account has been exceeded. Review the resources, and then try your request again.
ResourceNotFoundException(ResourceNotFoundException)
The specified resource ARN was not found. Check the ARN and try your request again.
The specified resource is not available. Check the resource and try your request again.
TextSizeLimitExceededException(TextSizeLimitExceededException)
The size of the input text exceeds the limit. Use a smaller document.
TooManyRequestsException(TooManyRequestsException)
The number of requests exceeds the limit. Resubmit your request later.
TooManyTagKeysException(TooManyTagKeysException)
The request contains more tag keys than can be associated with a resource (50 tag keys per resource).
TooManyTagsException(TooManyTagsException)
The request contains more tags than can be associated with a resource (50 tags per resource). The maximum number of tags includes both existing tags and those included in your current request.
UnsupportedLanguageException(UnsupportedLanguageException)
Amazon Comprehend can't process the language of the input text. For a list of supported languages, Supported languages in the Comprehend Developer Guide.
Unhandled(Unhandled)
Unhandled
directly is not forwards compatible. Instead, match using a variable wildcard pattern and check .code()
:
err if err.code() == Some("SpecificExceptionCode") => { /* handle the error */ }
See ProvideErrorMetadata
for what information is available for the error.An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Trait Implementations§
source§impl Error for Error
impl Error for Error
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<BatchDetectDominantLanguageError> for Error
impl From<BatchDetectDominantLanguageError> for Error
source§fn from(err: BatchDetectDominantLanguageError) -> Self
fn from(err: BatchDetectDominantLanguageError) -> Self
source§impl From<BatchDetectEntitiesError> for Error
impl From<BatchDetectEntitiesError> for Error
source§fn from(err: BatchDetectEntitiesError) -> Self
fn from(err: BatchDetectEntitiesError) -> Self
source§impl From<BatchDetectKeyPhrasesError> for Error
impl From<BatchDetectKeyPhrasesError> for Error
source§fn from(err: BatchDetectKeyPhrasesError) -> Self
fn from(err: BatchDetectKeyPhrasesError) -> Self
source§impl From<BatchDetectSentimentError> for Error
impl From<BatchDetectSentimentError> for Error
source§fn from(err: BatchDetectSentimentError) -> Self
fn from(err: BatchDetectSentimentError) -> Self
source§impl From<BatchDetectSyntaxError> for Error
impl From<BatchDetectSyntaxError> for Error
source§fn from(err: BatchDetectSyntaxError) -> Self
fn from(err: BatchDetectSyntaxError) -> Self
source§impl From<BatchDetectTargetedSentimentError> for Error
impl From<BatchDetectTargetedSentimentError> for Error
source§fn from(err: BatchDetectTargetedSentimentError) -> Self
fn from(err: BatchDetectTargetedSentimentError) -> Self
source§impl From<BuildError> for Error
impl From<BuildError> for Error
source§fn from(value: BuildError) -> Self
fn from(value: BuildError) -> Self
source§impl From<ClassifyDocumentError> for Error
impl From<ClassifyDocumentError> for Error
source§fn from(err: ClassifyDocumentError) -> Self
fn from(err: ClassifyDocumentError) -> Self
source§impl From<ContainsPiiEntitiesError> for Error
impl From<ContainsPiiEntitiesError> for Error
source§fn from(err: ContainsPiiEntitiesError) -> Self
fn from(err: ContainsPiiEntitiesError) -> Self
source§impl From<CreateDatasetError> for Error
impl From<CreateDatasetError> for Error
source§fn from(err: CreateDatasetError) -> Self
fn from(err: CreateDatasetError) -> Self
source§impl From<CreateDocumentClassifierError> for Error
impl From<CreateDocumentClassifierError> for Error
source§fn from(err: CreateDocumentClassifierError) -> Self
fn from(err: CreateDocumentClassifierError) -> Self
source§impl From<CreateEndpointError> for Error
impl From<CreateEndpointError> for Error
source§fn from(err: CreateEndpointError) -> Self
fn from(err: CreateEndpointError) -> Self
source§impl From<CreateEntityRecognizerError> for Error
impl From<CreateEntityRecognizerError> for Error
source§fn from(err: CreateEntityRecognizerError) -> Self
fn from(err: CreateEntityRecognizerError) -> Self
source§impl From<CreateFlywheelError> for Error
impl From<CreateFlywheelError> for Error
source§fn from(err: CreateFlywheelError) -> Self
fn from(err: CreateFlywheelError) -> Self
source§impl From<DeleteDocumentClassifierError> for Error
impl From<DeleteDocumentClassifierError> for Error
source§fn from(err: DeleteDocumentClassifierError) -> Self
fn from(err: DeleteDocumentClassifierError) -> Self
source§impl From<DeleteEndpointError> for Error
impl From<DeleteEndpointError> for Error
source§fn from(err: DeleteEndpointError) -> Self
fn from(err: DeleteEndpointError) -> Self
source§impl From<DeleteEntityRecognizerError> for Error
impl From<DeleteEntityRecognizerError> for Error
source§fn from(err: DeleteEntityRecognizerError) -> Self
fn from(err: DeleteEntityRecognizerError) -> Self
source§impl From<DeleteFlywheelError> for Error
impl From<DeleteFlywheelError> for Error
source§fn from(err: DeleteFlywheelError) -> Self
fn from(err: DeleteFlywheelError) -> Self
source§impl From<DeleteResourcePolicyError> for Error
impl From<DeleteResourcePolicyError> for Error
source§fn from(err: DeleteResourcePolicyError) -> Self
fn from(err: DeleteResourcePolicyError) -> Self
source§impl From<DescribeDatasetError> for Error
impl From<DescribeDatasetError> for Error
source§fn from(err: DescribeDatasetError) -> Self
fn from(err: DescribeDatasetError) -> Self
source§impl From<DescribeDocumentClassificationJobError> for Error
impl From<DescribeDocumentClassificationJobError> for Error
source§fn from(err: DescribeDocumentClassificationJobError) -> Self
fn from(err: DescribeDocumentClassificationJobError) -> Self
source§impl From<DescribeDocumentClassifierError> for Error
impl From<DescribeDocumentClassifierError> for Error
source§fn from(err: DescribeDocumentClassifierError) -> Self
fn from(err: DescribeDocumentClassifierError) -> Self
source§impl From<DescribeDominantLanguageDetectionJobError> for Error
impl From<DescribeDominantLanguageDetectionJobError> for Error
source§fn from(err: DescribeDominantLanguageDetectionJobError) -> Self
fn from(err: DescribeDominantLanguageDetectionJobError) -> Self
source§impl From<DescribeEndpointError> for Error
impl From<DescribeEndpointError> for Error
source§fn from(err: DescribeEndpointError) -> Self
fn from(err: DescribeEndpointError) -> Self
source§impl From<DescribeEntitiesDetectionJobError> for Error
impl From<DescribeEntitiesDetectionJobError> for Error
source§fn from(err: DescribeEntitiesDetectionJobError) -> Self
fn from(err: DescribeEntitiesDetectionJobError) -> Self
source§impl From<DescribeEntityRecognizerError> for Error
impl From<DescribeEntityRecognizerError> for Error
source§fn from(err: DescribeEntityRecognizerError) -> Self
fn from(err: DescribeEntityRecognizerError) -> Self
source§impl From<DescribeEventsDetectionJobError> for Error
impl From<DescribeEventsDetectionJobError> for Error
source§fn from(err: DescribeEventsDetectionJobError) -> Self
fn from(err: DescribeEventsDetectionJobError) -> Self
source§impl From<DescribeFlywheelError> for Error
impl From<DescribeFlywheelError> for Error
source§fn from(err: DescribeFlywheelError) -> Self
fn from(err: DescribeFlywheelError) -> Self
source§impl From<DescribeFlywheelIterationError> for Error
impl From<DescribeFlywheelIterationError> for Error
source§fn from(err: DescribeFlywheelIterationError) -> Self
fn from(err: DescribeFlywheelIterationError) -> Self
source§impl From<DescribeKeyPhrasesDetectionJobError> for Error
impl From<DescribeKeyPhrasesDetectionJobError> for Error
source§fn from(err: DescribeKeyPhrasesDetectionJobError) -> Self
fn from(err: DescribeKeyPhrasesDetectionJobError) -> Self
source§impl From<DescribePiiEntitiesDetectionJobError> for Error
impl From<DescribePiiEntitiesDetectionJobError> for Error
source§fn from(err: DescribePiiEntitiesDetectionJobError) -> Self
fn from(err: DescribePiiEntitiesDetectionJobError) -> Self
source§impl From<DescribeResourcePolicyError> for Error
impl From<DescribeResourcePolicyError> for Error
source§fn from(err: DescribeResourcePolicyError) -> Self
fn from(err: DescribeResourcePolicyError) -> Self
source§impl From<DescribeSentimentDetectionJobError> for Error
impl From<DescribeSentimentDetectionJobError> for Error
source§fn from(err: DescribeSentimentDetectionJobError) -> Self
fn from(err: DescribeSentimentDetectionJobError) -> Self
source§impl From<DescribeTargetedSentimentDetectionJobError> for Error
impl From<DescribeTargetedSentimentDetectionJobError> for Error
source§fn from(err: DescribeTargetedSentimentDetectionJobError) -> Self
fn from(err: DescribeTargetedSentimentDetectionJobError) -> Self
source§impl From<DescribeTopicsDetectionJobError> for Error
impl From<DescribeTopicsDetectionJobError> for Error
source§fn from(err: DescribeTopicsDetectionJobError) -> Self
fn from(err: DescribeTopicsDetectionJobError) -> Self
source§impl From<DetectDominantLanguageError> for Error
impl From<DetectDominantLanguageError> for Error
source§fn from(err: DetectDominantLanguageError) -> Self
fn from(err: DetectDominantLanguageError) -> Self
source§impl From<DetectEntitiesError> for Error
impl From<DetectEntitiesError> for Error
source§fn from(err: DetectEntitiesError) -> Self
fn from(err: DetectEntitiesError) -> Self
source§impl From<DetectKeyPhrasesError> for Error
impl From<DetectKeyPhrasesError> for Error
source§fn from(err: DetectKeyPhrasesError) -> Self
fn from(err: DetectKeyPhrasesError) -> Self
source§impl From<DetectPiiEntitiesError> for Error
impl From<DetectPiiEntitiesError> for Error
source§fn from(err: DetectPiiEntitiesError) -> Self
fn from(err: DetectPiiEntitiesError) -> Self
source§impl From<DetectSentimentError> for Error
impl From<DetectSentimentError> for Error
source§fn from(err: DetectSentimentError) -> Self
fn from(err: DetectSentimentError) -> Self
source§impl From<DetectSyntaxError> for Error
impl From<DetectSyntaxError> for Error
source§fn from(err: DetectSyntaxError) -> Self
fn from(err: DetectSyntaxError) -> Self
source§impl From<DetectTargetedSentimentError> for Error
impl From<DetectTargetedSentimentError> for Error
source§fn from(err: DetectTargetedSentimentError) -> Self
fn from(err: DetectTargetedSentimentError) -> Self
source§impl From<DetectToxicContentError> for Error
impl From<DetectToxicContentError> for Error
source§fn from(err: DetectToxicContentError) -> Self
fn from(err: DetectToxicContentError) -> Self
source§impl From<ImportModelError> for Error
impl From<ImportModelError> for Error
source§fn from(err: ImportModelError) -> Self
fn from(err: ImportModelError) -> Self
source§impl From<ListDatasetsError> for Error
impl From<ListDatasetsError> for Error
source§fn from(err: ListDatasetsError) -> Self
fn from(err: ListDatasetsError) -> Self
source§impl From<ListDocumentClassificationJobsError> for Error
impl From<ListDocumentClassificationJobsError> for Error
source§fn from(err: ListDocumentClassificationJobsError) -> Self
fn from(err: ListDocumentClassificationJobsError) -> Self
source§impl From<ListDocumentClassifierSummariesError> for Error
impl From<ListDocumentClassifierSummariesError> for Error
source§fn from(err: ListDocumentClassifierSummariesError) -> Self
fn from(err: ListDocumentClassifierSummariesError) -> Self
source§impl From<ListDocumentClassifiersError> for Error
impl From<ListDocumentClassifiersError> for Error
source§fn from(err: ListDocumentClassifiersError) -> Self
fn from(err: ListDocumentClassifiersError) -> Self
source§impl From<ListDominantLanguageDetectionJobsError> for Error
impl From<ListDominantLanguageDetectionJobsError> for Error
source§fn from(err: ListDominantLanguageDetectionJobsError) -> Self
fn from(err: ListDominantLanguageDetectionJobsError) -> Self
source§impl From<ListEndpointsError> for Error
impl From<ListEndpointsError> for Error
source§fn from(err: ListEndpointsError) -> Self
fn from(err: ListEndpointsError) -> Self
source§impl From<ListEntitiesDetectionJobsError> for Error
impl From<ListEntitiesDetectionJobsError> for Error
source§fn from(err: ListEntitiesDetectionJobsError) -> Self
fn from(err: ListEntitiesDetectionJobsError) -> Self
source§impl From<ListEntityRecognizerSummariesError> for Error
impl From<ListEntityRecognizerSummariesError> for Error
source§fn from(err: ListEntityRecognizerSummariesError) -> Self
fn from(err: ListEntityRecognizerSummariesError) -> Self
source§impl From<ListEntityRecognizersError> for Error
impl From<ListEntityRecognizersError> for Error
source§fn from(err: ListEntityRecognizersError) -> Self
fn from(err: ListEntityRecognizersError) -> Self
source§impl From<ListEventsDetectionJobsError> for Error
impl From<ListEventsDetectionJobsError> for Error
source§fn from(err: ListEventsDetectionJobsError) -> Self
fn from(err: ListEventsDetectionJobsError) -> Self
source§impl From<ListFlywheelIterationHistoryError> for Error
impl From<ListFlywheelIterationHistoryError> for Error
source§fn from(err: ListFlywheelIterationHistoryError) -> Self
fn from(err: ListFlywheelIterationHistoryError) -> Self
source§impl From<ListFlywheelsError> for Error
impl From<ListFlywheelsError> for Error
source§fn from(err: ListFlywheelsError) -> Self
fn from(err: ListFlywheelsError) -> Self
source§impl From<ListKeyPhrasesDetectionJobsError> for Error
impl From<ListKeyPhrasesDetectionJobsError> for Error
source§fn from(err: ListKeyPhrasesDetectionJobsError) -> Self
fn from(err: ListKeyPhrasesDetectionJobsError) -> Self
source§impl From<ListPiiEntitiesDetectionJobsError> for Error
impl From<ListPiiEntitiesDetectionJobsError> for Error
source§fn from(err: ListPiiEntitiesDetectionJobsError) -> Self
fn from(err: ListPiiEntitiesDetectionJobsError) -> Self
source§impl From<ListSentimentDetectionJobsError> for Error
impl From<ListSentimentDetectionJobsError> for Error
source§fn from(err: ListSentimentDetectionJobsError) -> Self
fn from(err: ListSentimentDetectionJobsError) -> Self
source§impl From<ListTagsForResourceError> for Error
impl From<ListTagsForResourceError> for Error
source§fn from(err: ListTagsForResourceError) -> Self
fn from(err: ListTagsForResourceError) -> Self
source§impl From<ListTargetedSentimentDetectionJobsError> for Error
impl From<ListTargetedSentimentDetectionJobsError> for Error
source§fn from(err: ListTargetedSentimentDetectionJobsError) -> Self
fn from(err: ListTargetedSentimentDetectionJobsError) -> Self
source§impl From<ListTopicsDetectionJobsError> for Error
impl From<ListTopicsDetectionJobsError> for Error
source§fn from(err: ListTopicsDetectionJobsError) -> Self
fn from(err: ListTopicsDetectionJobsError) -> Self
source§impl From<PutResourcePolicyError> for Error
impl From<PutResourcePolicyError> for Error
source§fn from(err: PutResourcePolicyError) -> Self
fn from(err: PutResourcePolicyError) -> Self
source§impl<R> From<SdkError<BatchDetectDominantLanguageError, R>> for Error
impl<R> From<SdkError<BatchDetectDominantLanguageError, R>> for Error
source§fn from(err: SdkError<BatchDetectDominantLanguageError, R>) -> Self
fn from(err: SdkError<BatchDetectDominantLanguageError, R>) -> Self
source§impl<R> From<SdkError<BatchDetectEntitiesError, R>> for Error
impl<R> From<SdkError<BatchDetectEntitiesError, R>> for Error
source§fn from(err: SdkError<BatchDetectEntitiesError, R>) -> Self
fn from(err: SdkError<BatchDetectEntitiesError, R>) -> Self
source§impl<R> From<SdkError<BatchDetectKeyPhrasesError, R>> for Error
impl<R> From<SdkError<BatchDetectKeyPhrasesError, R>> for Error
source§fn from(err: SdkError<BatchDetectKeyPhrasesError, R>) -> Self
fn from(err: SdkError<BatchDetectKeyPhrasesError, R>) -> Self
source§impl<R> From<SdkError<BatchDetectSentimentError, R>> for Error
impl<R> From<SdkError<BatchDetectSentimentError, R>> for Error
source§fn from(err: SdkError<BatchDetectSentimentError, R>) -> Self
fn from(err: SdkError<BatchDetectSentimentError, R>) -> Self
source§impl<R> From<SdkError<BatchDetectSyntaxError, R>> for Error
impl<R> From<SdkError<BatchDetectSyntaxError, R>> for Error
source§fn from(err: SdkError<BatchDetectSyntaxError, R>) -> Self
fn from(err: SdkError<BatchDetectSyntaxError, R>) -> Self
source§impl<R> From<SdkError<BatchDetectTargetedSentimentError, R>> for Error
impl<R> From<SdkError<BatchDetectTargetedSentimentError, R>> for Error
source§fn from(err: SdkError<BatchDetectTargetedSentimentError, R>) -> Self
fn from(err: SdkError<BatchDetectTargetedSentimentError, R>) -> Self
source§impl<R> From<SdkError<ClassifyDocumentError, R>> for Error
impl<R> From<SdkError<ClassifyDocumentError, R>> for Error
source§fn from(err: SdkError<ClassifyDocumentError, R>) -> Self
fn from(err: SdkError<ClassifyDocumentError, R>) -> Self
source§impl<R> From<SdkError<ContainsPiiEntitiesError, R>> for Error
impl<R> From<SdkError<ContainsPiiEntitiesError, R>> for Error
source§fn from(err: SdkError<ContainsPiiEntitiesError, R>) -> Self
fn from(err: SdkError<ContainsPiiEntitiesError, R>) -> Self
source§impl<R> From<SdkError<CreateDatasetError, R>> for Error
impl<R> From<SdkError<CreateDatasetError, R>> for Error
source§fn from(err: SdkError<CreateDatasetError, R>) -> Self
fn from(err: SdkError<CreateDatasetError, R>) -> Self
source§impl<R> From<SdkError<CreateDocumentClassifierError, R>> for Error
impl<R> From<SdkError<CreateDocumentClassifierError, R>> for Error
source§fn from(err: SdkError<CreateDocumentClassifierError, R>) -> Self
fn from(err: SdkError<CreateDocumentClassifierError, R>) -> Self
source§impl<R> From<SdkError<CreateEndpointError, R>> for Error
impl<R> From<SdkError<CreateEndpointError, R>> for Error
source§fn from(err: SdkError<CreateEndpointError, R>) -> Self
fn from(err: SdkError<CreateEndpointError, R>) -> Self
source§impl<R> From<SdkError<CreateEntityRecognizerError, R>> for Error
impl<R> From<SdkError<CreateEntityRecognizerError, R>> for Error
source§fn from(err: SdkError<CreateEntityRecognizerError, R>) -> Self
fn from(err: SdkError<CreateEntityRecognizerError, R>) -> Self
source§impl<R> From<SdkError<CreateFlywheelError, R>> for Error
impl<R> From<SdkError<CreateFlywheelError, R>> for Error
source§fn from(err: SdkError<CreateFlywheelError, R>) -> Self
fn from(err: SdkError<CreateFlywheelError, R>) -> Self
source§impl<R> From<SdkError<DeleteDocumentClassifierError, R>> for Error
impl<R> From<SdkError<DeleteDocumentClassifierError, R>> for Error
source§fn from(err: SdkError<DeleteDocumentClassifierError, R>) -> Self
fn from(err: SdkError<DeleteDocumentClassifierError, R>) -> Self
source§impl<R> From<SdkError<DeleteEndpointError, R>> for Error
impl<R> From<SdkError<DeleteEndpointError, R>> for Error
source§fn from(err: SdkError<DeleteEndpointError, R>) -> Self
fn from(err: SdkError<DeleteEndpointError, R>) -> Self
source§impl<R> From<SdkError<DeleteEntityRecognizerError, R>> for Error
impl<R> From<SdkError<DeleteEntityRecognizerError, R>> for Error
source§fn from(err: SdkError<DeleteEntityRecognizerError, R>) -> Self
fn from(err: SdkError<DeleteEntityRecognizerError, R>) -> Self
source§impl<R> From<SdkError<DeleteFlywheelError, R>> for Error
impl<R> From<SdkError<DeleteFlywheelError, R>> for Error
source§fn from(err: SdkError<DeleteFlywheelError, R>) -> Self
fn from(err: SdkError<DeleteFlywheelError, R>) -> Self
source§impl<R> From<SdkError<DeleteResourcePolicyError, R>> for Error
impl<R> From<SdkError<DeleteResourcePolicyError, R>> for Error
source§fn from(err: SdkError<DeleteResourcePolicyError, R>) -> Self
fn from(err: SdkError<DeleteResourcePolicyError, R>) -> Self
source§impl<R> From<SdkError<DescribeDatasetError, R>> for Error
impl<R> From<SdkError<DescribeDatasetError, R>> for Error
source§fn from(err: SdkError<DescribeDatasetError, R>) -> Self
fn from(err: SdkError<DescribeDatasetError, R>) -> Self
source§impl<R> From<SdkError<DescribeDocumentClassificationJobError, R>> for Error
impl<R> From<SdkError<DescribeDocumentClassificationJobError, R>> for Error
source§fn from(err: SdkError<DescribeDocumentClassificationJobError, R>) -> Self
fn from(err: SdkError<DescribeDocumentClassificationJobError, R>) -> Self
source§impl<R> From<SdkError<DescribeDocumentClassifierError, R>> for Error
impl<R> From<SdkError<DescribeDocumentClassifierError, R>> for Error
source§fn from(err: SdkError<DescribeDocumentClassifierError, R>) -> Self
fn from(err: SdkError<DescribeDocumentClassifierError, R>) -> Self
source§impl<R> From<SdkError<DescribeDominantLanguageDetectionJobError, R>> for Error
impl<R> From<SdkError<DescribeDominantLanguageDetectionJobError, R>> for Error
source§fn from(err: SdkError<DescribeDominantLanguageDetectionJobError, R>) -> Self
fn from(err: SdkError<DescribeDominantLanguageDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<DescribeEndpointError, R>> for Error
impl<R> From<SdkError<DescribeEndpointError, R>> for Error
source§fn from(err: SdkError<DescribeEndpointError, R>) -> Self
fn from(err: SdkError<DescribeEndpointError, R>) -> Self
source§impl<R> From<SdkError<DescribeEntitiesDetectionJobError, R>> for Error
impl<R> From<SdkError<DescribeEntitiesDetectionJobError, R>> for Error
source§fn from(err: SdkError<DescribeEntitiesDetectionJobError, R>) -> Self
fn from(err: SdkError<DescribeEntitiesDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<DescribeEntityRecognizerError, R>> for Error
impl<R> From<SdkError<DescribeEntityRecognizerError, R>> for Error
source§fn from(err: SdkError<DescribeEntityRecognizerError, R>) -> Self
fn from(err: SdkError<DescribeEntityRecognizerError, R>) -> Self
source§impl<R> From<SdkError<DescribeEventsDetectionJobError, R>> for Error
impl<R> From<SdkError<DescribeEventsDetectionJobError, R>> for Error
source§fn from(err: SdkError<DescribeEventsDetectionJobError, R>) -> Self
fn from(err: SdkError<DescribeEventsDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<DescribeFlywheelError, R>> for Error
impl<R> From<SdkError<DescribeFlywheelError, R>> for Error
source§fn from(err: SdkError<DescribeFlywheelError, R>) -> Self
fn from(err: SdkError<DescribeFlywheelError, R>) -> Self
source§impl<R> From<SdkError<DescribeFlywheelIterationError, R>> for Error
impl<R> From<SdkError<DescribeFlywheelIterationError, R>> for Error
source§fn from(err: SdkError<DescribeFlywheelIterationError, R>) -> Self
fn from(err: SdkError<DescribeFlywheelIterationError, R>) -> Self
source§impl<R> From<SdkError<DescribeKeyPhrasesDetectionJobError, R>> for Error
impl<R> From<SdkError<DescribeKeyPhrasesDetectionJobError, R>> for Error
source§fn from(err: SdkError<DescribeKeyPhrasesDetectionJobError, R>) -> Self
fn from(err: SdkError<DescribeKeyPhrasesDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<DescribePiiEntitiesDetectionJobError, R>> for Error
impl<R> From<SdkError<DescribePiiEntitiesDetectionJobError, R>> for Error
source§fn from(err: SdkError<DescribePiiEntitiesDetectionJobError, R>) -> Self
fn from(err: SdkError<DescribePiiEntitiesDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<DescribeResourcePolicyError, R>> for Error
impl<R> From<SdkError<DescribeResourcePolicyError, R>> for Error
source§fn from(err: SdkError<DescribeResourcePolicyError, R>) -> Self
fn from(err: SdkError<DescribeResourcePolicyError, R>) -> Self
source§impl<R> From<SdkError<DescribeSentimentDetectionJobError, R>> for Error
impl<R> From<SdkError<DescribeSentimentDetectionJobError, R>> for Error
source§fn from(err: SdkError<DescribeSentimentDetectionJobError, R>) -> Self
fn from(err: SdkError<DescribeSentimentDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<DescribeTargetedSentimentDetectionJobError, R>> for Error
impl<R> From<SdkError<DescribeTargetedSentimentDetectionJobError, R>> for Error
source§fn from(err: SdkError<DescribeTargetedSentimentDetectionJobError, R>) -> Self
fn from(err: SdkError<DescribeTargetedSentimentDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<DescribeTopicsDetectionJobError, R>> for Error
impl<R> From<SdkError<DescribeTopicsDetectionJobError, R>> for Error
source§fn from(err: SdkError<DescribeTopicsDetectionJobError, R>) -> Self
fn from(err: SdkError<DescribeTopicsDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<DetectDominantLanguageError, R>> for Error
impl<R> From<SdkError<DetectDominantLanguageError, R>> for Error
source§fn from(err: SdkError<DetectDominantLanguageError, R>) -> Self
fn from(err: SdkError<DetectDominantLanguageError, R>) -> Self
source§impl<R> From<SdkError<DetectEntitiesError, R>> for Error
impl<R> From<SdkError<DetectEntitiesError, R>> for Error
source§fn from(err: SdkError<DetectEntitiesError, R>) -> Self
fn from(err: SdkError<DetectEntitiesError, R>) -> Self
source§impl<R> From<SdkError<DetectKeyPhrasesError, R>> for Error
impl<R> From<SdkError<DetectKeyPhrasesError, R>> for Error
source§fn from(err: SdkError<DetectKeyPhrasesError, R>) -> Self
fn from(err: SdkError<DetectKeyPhrasesError, R>) -> Self
source§impl<R> From<SdkError<DetectPiiEntitiesError, R>> for Error
impl<R> From<SdkError<DetectPiiEntitiesError, R>> for Error
source§fn from(err: SdkError<DetectPiiEntitiesError, R>) -> Self
fn from(err: SdkError<DetectPiiEntitiesError, R>) -> Self
source§impl<R> From<SdkError<DetectSentimentError, R>> for Error
impl<R> From<SdkError<DetectSentimentError, R>> for Error
source§fn from(err: SdkError<DetectSentimentError, R>) -> Self
fn from(err: SdkError<DetectSentimentError, R>) -> Self
source§impl<R> From<SdkError<DetectSyntaxError, R>> for Error
impl<R> From<SdkError<DetectSyntaxError, R>> for Error
source§fn from(err: SdkError<DetectSyntaxError, R>) -> Self
fn from(err: SdkError<DetectSyntaxError, R>) -> Self
source§impl<R> From<SdkError<DetectTargetedSentimentError, R>> for Error
impl<R> From<SdkError<DetectTargetedSentimentError, R>> for Error
source§fn from(err: SdkError<DetectTargetedSentimentError, R>) -> Self
fn from(err: SdkError<DetectTargetedSentimentError, R>) -> Self
source§impl<R> From<SdkError<DetectToxicContentError, R>> for Error
impl<R> From<SdkError<DetectToxicContentError, R>> for Error
source§fn from(err: SdkError<DetectToxicContentError, R>) -> Self
fn from(err: SdkError<DetectToxicContentError, R>) -> Self
source§impl<R> From<SdkError<ImportModelError, R>> for Error
impl<R> From<SdkError<ImportModelError, R>> for Error
source§fn from(err: SdkError<ImportModelError, R>) -> Self
fn from(err: SdkError<ImportModelError, R>) -> Self
source§impl<R> From<SdkError<ListDatasetsError, R>> for Error
impl<R> From<SdkError<ListDatasetsError, R>> for Error
source§fn from(err: SdkError<ListDatasetsError, R>) -> Self
fn from(err: SdkError<ListDatasetsError, R>) -> Self
source§impl<R> From<SdkError<ListDocumentClassificationJobsError, R>> for Error
impl<R> From<SdkError<ListDocumentClassificationJobsError, R>> for Error
source§fn from(err: SdkError<ListDocumentClassificationJobsError, R>) -> Self
fn from(err: SdkError<ListDocumentClassificationJobsError, R>) -> Self
source§impl<R> From<SdkError<ListDocumentClassifierSummariesError, R>> for Error
impl<R> From<SdkError<ListDocumentClassifierSummariesError, R>> for Error
source§fn from(err: SdkError<ListDocumentClassifierSummariesError, R>) -> Self
fn from(err: SdkError<ListDocumentClassifierSummariesError, R>) -> Self
source§impl<R> From<SdkError<ListDocumentClassifiersError, R>> for Error
impl<R> From<SdkError<ListDocumentClassifiersError, R>> for Error
source§fn from(err: SdkError<ListDocumentClassifiersError, R>) -> Self
fn from(err: SdkError<ListDocumentClassifiersError, R>) -> Self
source§impl<R> From<SdkError<ListDominantLanguageDetectionJobsError, R>> for Error
impl<R> From<SdkError<ListDominantLanguageDetectionJobsError, R>> for Error
source§fn from(err: SdkError<ListDominantLanguageDetectionJobsError, R>) -> Self
fn from(err: SdkError<ListDominantLanguageDetectionJobsError, R>) -> Self
source§impl<R> From<SdkError<ListEndpointsError, R>> for Error
impl<R> From<SdkError<ListEndpointsError, R>> for Error
source§fn from(err: SdkError<ListEndpointsError, R>) -> Self
fn from(err: SdkError<ListEndpointsError, R>) -> Self
source§impl<R> From<SdkError<ListEntitiesDetectionJobsError, R>> for Error
impl<R> From<SdkError<ListEntitiesDetectionJobsError, R>> for Error
source§fn from(err: SdkError<ListEntitiesDetectionJobsError, R>) -> Self
fn from(err: SdkError<ListEntitiesDetectionJobsError, R>) -> Self
source§impl<R> From<SdkError<ListEntityRecognizerSummariesError, R>> for Error
impl<R> From<SdkError<ListEntityRecognizerSummariesError, R>> for Error
source§fn from(err: SdkError<ListEntityRecognizerSummariesError, R>) -> Self
fn from(err: SdkError<ListEntityRecognizerSummariesError, R>) -> Self
source§impl<R> From<SdkError<ListEntityRecognizersError, R>> for Error
impl<R> From<SdkError<ListEntityRecognizersError, R>> for Error
source§fn from(err: SdkError<ListEntityRecognizersError, R>) -> Self
fn from(err: SdkError<ListEntityRecognizersError, R>) -> Self
source§impl<R> From<SdkError<ListEventsDetectionJobsError, R>> for Error
impl<R> From<SdkError<ListEventsDetectionJobsError, R>> for Error
source§fn from(err: SdkError<ListEventsDetectionJobsError, R>) -> Self
fn from(err: SdkError<ListEventsDetectionJobsError, R>) -> Self
source§impl<R> From<SdkError<ListFlywheelIterationHistoryError, R>> for Error
impl<R> From<SdkError<ListFlywheelIterationHistoryError, R>> for Error
source§fn from(err: SdkError<ListFlywheelIterationHistoryError, R>) -> Self
fn from(err: SdkError<ListFlywheelIterationHistoryError, R>) -> Self
source§impl<R> From<SdkError<ListFlywheelsError, R>> for Error
impl<R> From<SdkError<ListFlywheelsError, R>> for Error
source§fn from(err: SdkError<ListFlywheelsError, R>) -> Self
fn from(err: SdkError<ListFlywheelsError, R>) -> Self
source§impl<R> From<SdkError<ListKeyPhrasesDetectionJobsError, R>> for Error
impl<R> From<SdkError<ListKeyPhrasesDetectionJobsError, R>> for Error
source§fn from(err: SdkError<ListKeyPhrasesDetectionJobsError, R>) -> Self
fn from(err: SdkError<ListKeyPhrasesDetectionJobsError, R>) -> Self
source§impl<R> From<SdkError<ListPiiEntitiesDetectionJobsError, R>> for Error
impl<R> From<SdkError<ListPiiEntitiesDetectionJobsError, R>> for Error
source§fn from(err: SdkError<ListPiiEntitiesDetectionJobsError, R>) -> Self
fn from(err: SdkError<ListPiiEntitiesDetectionJobsError, R>) -> Self
source§impl<R> From<SdkError<ListSentimentDetectionJobsError, R>> for Error
impl<R> From<SdkError<ListSentimentDetectionJobsError, R>> for Error
source§fn from(err: SdkError<ListSentimentDetectionJobsError, R>) -> Self
fn from(err: SdkError<ListSentimentDetectionJobsError, R>) -> Self
source§impl<R> From<SdkError<ListTagsForResourceError, R>> for Error
impl<R> From<SdkError<ListTagsForResourceError, R>> for Error
source§fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
source§impl<R> From<SdkError<ListTargetedSentimentDetectionJobsError, R>> for Error
impl<R> From<SdkError<ListTargetedSentimentDetectionJobsError, R>> for Error
source§fn from(err: SdkError<ListTargetedSentimentDetectionJobsError, R>) -> Self
fn from(err: SdkError<ListTargetedSentimentDetectionJobsError, R>) -> Self
source§impl<R> From<SdkError<ListTopicsDetectionJobsError, R>> for Error
impl<R> From<SdkError<ListTopicsDetectionJobsError, R>> for Error
source§fn from(err: SdkError<ListTopicsDetectionJobsError, R>) -> Self
fn from(err: SdkError<ListTopicsDetectionJobsError, R>) -> Self
source§impl<R> From<SdkError<PutResourcePolicyError, R>> for Error
impl<R> From<SdkError<PutResourcePolicyError, R>> for Error
source§fn from(err: SdkError<PutResourcePolicyError, R>) -> Self
fn from(err: SdkError<PutResourcePolicyError, R>) -> Self
source§impl<R> From<SdkError<StartDocumentClassificationJobError, R>> for Error
impl<R> From<SdkError<StartDocumentClassificationJobError, R>> for Error
source§fn from(err: SdkError<StartDocumentClassificationJobError, R>) -> Self
fn from(err: SdkError<StartDocumentClassificationJobError, R>) -> Self
source§impl<R> From<SdkError<StartDominantLanguageDetectionJobError, R>> for Error
impl<R> From<SdkError<StartDominantLanguageDetectionJobError, R>> for Error
source§fn from(err: SdkError<StartDominantLanguageDetectionJobError, R>) -> Self
fn from(err: SdkError<StartDominantLanguageDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<StartEntitiesDetectionJobError, R>> for Error
impl<R> From<SdkError<StartEntitiesDetectionJobError, R>> for Error
source§fn from(err: SdkError<StartEntitiesDetectionJobError, R>) -> Self
fn from(err: SdkError<StartEntitiesDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<StartEventsDetectionJobError, R>> for Error
impl<R> From<SdkError<StartEventsDetectionJobError, R>> for Error
source§fn from(err: SdkError<StartEventsDetectionJobError, R>) -> Self
fn from(err: SdkError<StartEventsDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<StartFlywheelIterationError, R>> for Error
impl<R> From<SdkError<StartFlywheelIterationError, R>> for Error
source§fn from(err: SdkError<StartFlywheelIterationError, R>) -> Self
fn from(err: SdkError<StartFlywheelIterationError, R>) -> Self
source§impl<R> From<SdkError<StartKeyPhrasesDetectionJobError, R>> for Error
impl<R> From<SdkError<StartKeyPhrasesDetectionJobError, R>> for Error
source§fn from(err: SdkError<StartKeyPhrasesDetectionJobError, R>) -> Self
fn from(err: SdkError<StartKeyPhrasesDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<StartPiiEntitiesDetectionJobError, R>> for Error
impl<R> From<SdkError<StartPiiEntitiesDetectionJobError, R>> for Error
source§fn from(err: SdkError<StartPiiEntitiesDetectionJobError, R>) -> Self
fn from(err: SdkError<StartPiiEntitiesDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<StartSentimentDetectionJobError, R>> for Error
impl<R> From<SdkError<StartSentimentDetectionJobError, R>> for Error
source§fn from(err: SdkError<StartSentimentDetectionJobError, R>) -> Self
fn from(err: SdkError<StartSentimentDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<StartTargetedSentimentDetectionJobError, R>> for Error
impl<R> From<SdkError<StartTargetedSentimentDetectionJobError, R>> for Error
source§fn from(err: SdkError<StartTargetedSentimentDetectionJobError, R>) -> Self
fn from(err: SdkError<StartTargetedSentimentDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<StartTopicsDetectionJobError, R>> for Error
impl<R> From<SdkError<StartTopicsDetectionJobError, R>> for Error
source§fn from(err: SdkError<StartTopicsDetectionJobError, R>) -> Self
fn from(err: SdkError<StartTopicsDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<StopDominantLanguageDetectionJobError, R>> for Error
impl<R> From<SdkError<StopDominantLanguageDetectionJobError, R>> for Error
source§fn from(err: SdkError<StopDominantLanguageDetectionJobError, R>) -> Self
fn from(err: SdkError<StopDominantLanguageDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<StopEntitiesDetectionJobError, R>> for Error
impl<R> From<SdkError<StopEntitiesDetectionJobError, R>> for Error
source§fn from(err: SdkError<StopEntitiesDetectionJobError, R>) -> Self
fn from(err: SdkError<StopEntitiesDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<StopEventsDetectionJobError, R>> for Error
impl<R> From<SdkError<StopEventsDetectionJobError, R>> for Error
source§fn from(err: SdkError<StopEventsDetectionJobError, R>) -> Self
fn from(err: SdkError<StopEventsDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<StopKeyPhrasesDetectionJobError, R>> for Error
impl<R> From<SdkError<StopKeyPhrasesDetectionJobError, R>> for Error
source§fn from(err: SdkError<StopKeyPhrasesDetectionJobError, R>) -> Self
fn from(err: SdkError<StopKeyPhrasesDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<StopPiiEntitiesDetectionJobError, R>> for Error
impl<R> From<SdkError<StopPiiEntitiesDetectionJobError, R>> for Error
source§fn from(err: SdkError<StopPiiEntitiesDetectionJobError, R>) -> Self
fn from(err: SdkError<StopPiiEntitiesDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<StopSentimentDetectionJobError, R>> for Error
impl<R> From<SdkError<StopSentimentDetectionJobError, R>> for Error
source§fn from(err: SdkError<StopSentimentDetectionJobError, R>) -> Self
fn from(err: SdkError<StopSentimentDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<StopTargetedSentimentDetectionJobError, R>> for Error
impl<R> From<SdkError<StopTargetedSentimentDetectionJobError, R>> for Error
source§fn from(err: SdkError<StopTargetedSentimentDetectionJobError, R>) -> Self
fn from(err: SdkError<StopTargetedSentimentDetectionJobError, R>) -> Self
source§impl<R> From<SdkError<StopTrainingDocumentClassifierError, R>> for Error
impl<R> From<SdkError<StopTrainingDocumentClassifierError, R>> for Error
source§fn from(err: SdkError<StopTrainingDocumentClassifierError, R>) -> Self
fn from(err: SdkError<StopTrainingDocumentClassifierError, R>) -> Self
source§impl<R> From<SdkError<StopTrainingEntityRecognizerError, R>> for Error
impl<R> From<SdkError<StopTrainingEntityRecognizerError, R>> for Error
source§fn from(err: SdkError<StopTrainingEntityRecognizerError, R>) -> Self
fn from(err: SdkError<StopTrainingEntityRecognizerError, R>) -> Self
source§impl<R> From<SdkError<TagResourceError, R>> for Error
impl<R> From<SdkError<TagResourceError, R>> for Error
source§fn from(err: SdkError<TagResourceError, R>) -> Self
fn from(err: SdkError<TagResourceError, R>) -> Self
source§impl<R> From<SdkError<UntagResourceError, R>> for Error
impl<R> From<SdkError<UntagResourceError, R>> for Error
source§fn from(err: SdkError<UntagResourceError, R>) -> Self
fn from(err: SdkError<UntagResourceError, R>) -> Self
source§impl<R> From<SdkError<UpdateEndpointError, R>> for Error
impl<R> From<SdkError<UpdateEndpointError, R>> for Error
source§fn from(err: SdkError<UpdateEndpointError, R>) -> Self
fn from(err: SdkError<UpdateEndpointError, R>) -> Self
source§impl<R> From<SdkError<UpdateFlywheelError, R>> for Error
impl<R> From<SdkError<UpdateFlywheelError, R>> for Error
source§fn from(err: SdkError<UpdateFlywheelError, R>) -> Self
fn from(err: SdkError<UpdateFlywheelError, R>) -> Self
source§impl From<StartDocumentClassificationJobError> for Error
impl From<StartDocumentClassificationJobError> for Error
source§fn from(err: StartDocumentClassificationJobError) -> Self
fn from(err: StartDocumentClassificationJobError) -> Self
source§impl From<StartDominantLanguageDetectionJobError> for Error
impl From<StartDominantLanguageDetectionJobError> for Error
source§fn from(err: StartDominantLanguageDetectionJobError) -> Self
fn from(err: StartDominantLanguageDetectionJobError) -> Self
source§impl From<StartEntitiesDetectionJobError> for Error
impl From<StartEntitiesDetectionJobError> for Error
source§fn from(err: StartEntitiesDetectionJobError) -> Self
fn from(err: StartEntitiesDetectionJobError) -> Self
source§impl From<StartEventsDetectionJobError> for Error
impl From<StartEventsDetectionJobError> for Error
source§fn from(err: StartEventsDetectionJobError) -> Self
fn from(err: StartEventsDetectionJobError) -> Self
source§impl From<StartFlywheelIterationError> for Error
impl From<StartFlywheelIterationError> for Error
source§fn from(err: StartFlywheelIterationError) -> Self
fn from(err: StartFlywheelIterationError) -> Self
source§impl From<StartKeyPhrasesDetectionJobError> for Error
impl From<StartKeyPhrasesDetectionJobError> for Error
source§fn from(err: StartKeyPhrasesDetectionJobError) -> Self
fn from(err: StartKeyPhrasesDetectionJobError) -> Self
source§impl From<StartPiiEntitiesDetectionJobError> for Error
impl From<StartPiiEntitiesDetectionJobError> for Error
source§fn from(err: StartPiiEntitiesDetectionJobError) -> Self
fn from(err: StartPiiEntitiesDetectionJobError) -> Self
source§impl From<StartSentimentDetectionJobError> for Error
impl From<StartSentimentDetectionJobError> for Error
source§fn from(err: StartSentimentDetectionJobError) -> Self
fn from(err: StartSentimentDetectionJobError) -> Self
source§impl From<StartTargetedSentimentDetectionJobError> for Error
impl From<StartTargetedSentimentDetectionJobError> for Error
source§fn from(err: StartTargetedSentimentDetectionJobError) -> Self
fn from(err: StartTargetedSentimentDetectionJobError) -> Self
source§impl From<StartTopicsDetectionJobError> for Error
impl From<StartTopicsDetectionJobError> for Error
source§fn from(err: StartTopicsDetectionJobError) -> Self
fn from(err: StartTopicsDetectionJobError) -> Self
source§impl From<StopDominantLanguageDetectionJobError> for Error
impl From<StopDominantLanguageDetectionJobError> for Error
source§fn from(err: StopDominantLanguageDetectionJobError) -> Self
fn from(err: StopDominantLanguageDetectionJobError) -> Self
source§impl From<StopEntitiesDetectionJobError> for Error
impl From<StopEntitiesDetectionJobError> for Error
source§fn from(err: StopEntitiesDetectionJobError) -> Self
fn from(err: StopEntitiesDetectionJobError) -> Self
source§impl From<StopEventsDetectionJobError> for Error
impl From<StopEventsDetectionJobError> for Error
source§fn from(err: StopEventsDetectionJobError) -> Self
fn from(err: StopEventsDetectionJobError) -> Self
source§impl From<StopKeyPhrasesDetectionJobError> for Error
impl From<StopKeyPhrasesDetectionJobError> for Error
source§fn from(err: StopKeyPhrasesDetectionJobError) -> Self
fn from(err: StopKeyPhrasesDetectionJobError) -> Self
source§impl From<StopPiiEntitiesDetectionJobError> for Error
impl From<StopPiiEntitiesDetectionJobError> for Error
source§fn from(err: StopPiiEntitiesDetectionJobError) -> Self
fn from(err: StopPiiEntitiesDetectionJobError) -> Self
source§impl From<StopSentimentDetectionJobError> for Error
impl From<StopSentimentDetectionJobError> for Error
source§fn from(err: StopSentimentDetectionJobError) -> Self
fn from(err: StopSentimentDetectionJobError) -> Self
source§impl From<StopTargetedSentimentDetectionJobError> for Error
impl From<StopTargetedSentimentDetectionJobError> for Error
source§fn from(err: StopTargetedSentimentDetectionJobError) -> Self
fn from(err: StopTargetedSentimentDetectionJobError) -> Self
source§impl From<StopTrainingDocumentClassifierError> for Error
impl From<StopTrainingDocumentClassifierError> for Error
source§fn from(err: StopTrainingDocumentClassifierError) -> Self
fn from(err: StopTrainingDocumentClassifierError) -> Self
source§impl From<StopTrainingEntityRecognizerError> for Error
impl From<StopTrainingEntityRecognizerError> for Error
source§fn from(err: StopTrainingEntityRecognizerError) -> Self
fn from(err: StopTrainingEntityRecognizerError) -> Self
source§impl From<TagResourceError> for Error
impl From<TagResourceError> for Error
source§fn from(err: TagResourceError) -> Self
fn from(err: TagResourceError) -> Self
source§impl From<UntagResourceError> for Error
impl From<UntagResourceError> for Error
source§fn from(err: UntagResourceError) -> Self
fn from(err: UntagResourceError) -> Self
source§impl From<UpdateEndpointError> for Error
impl From<UpdateEndpointError> for Error
source§fn from(err: UpdateEndpointError) -> Self
fn from(err: UpdateEndpointError) -> Self
source§impl From<UpdateFlywheelError> for Error
impl From<UpdateFlywheelError> for Error
source§fn from(err: UpdateFlywheelError) -> Self
fn from(err: UpdateFlywheelError) -> Self
source§impl ProvideErrorMetadata for Error
impl ProvideErrorMetadata for Error
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
Auto Trait Implementations§
impl Freeze for Error
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> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more