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(Box<dyn Error + Send + Sync + 'static>),
}
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.
ResourceUnavailableException(ResourceUnavailableException)
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 custom entity recognition APIs, only English, Spanish, French, Italian, German, or Portuguese are accepted. For a list of supported languages, see supported-languages
.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
sourceimpl Error for Error
impl Error for Error
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
backtrace
)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
use the Display impl or to_string()
sourceimpl<R> From<SdkError<BatchDetectDominantLanguageError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchDetectDominantLanguageError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchDetectDominantLanguageError, R>) -> Self
fn from(err: SdkError<BatchDetectDominantLanguageError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<BatchDetectEntitiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchDetectEntitiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchDetectEntitiesError, R>) -> Self
fn from(err: SdkError<BatchDetectEntitiesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<BatchDetectKeyPhrasesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchDetectKeyPhrasesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchDetectKeyPhrasesError, R>) -> Self
fn from(err: SdkError<BatchDetectKeyPhrasesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<BatchDetectSentimentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchDetectSentimentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchDetectSentimentError, R>) -> Self
fn from(err: SdkError<BatchDetectSentimentError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<BatchDetectSyntaxError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchDetectSyntaxError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchDetectSyntaxError, R>) -> Self
fn from(err: SdkError<BatchDetectSyntaxError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ClassifyDocumentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ClassifyDocumentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ClassifyDocumentError, R>) -> Self
fn from(err: SdkError<ClassifyDocumentError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ContainsPiiEntitiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ContainsPiiEntitiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ContainsPiiEntitiesError, R>) -> Self
fn from(err: SdkError<ContainsPiiEntitiesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateDocumentClassifierError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateDocumentClassifierError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateDocumentClassifierError, R>) -> Self
fn from(err: SdkError<CreateDocumentClassifierError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateEndpointError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateEndpointError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateEndpointError, R>) -> Self
fn from(err: SdkError<CreateEndpointError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateEntityRecognizerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateEntityRecognizerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateEntityRecognizerError, R>) -> Self
fn from(err: SdkError<CreateEntityRecognizerError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteDocumentClassifierError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteDocumentClassifierError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteDocumentClassifierError, R>) -> Self
fn from(err: SdkError<DeleteDocumentClassifierError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteEndpointError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteEndpointError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteEndpointError, R>) -> Self
fn from(err: SdkError<DeleteEndpointError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteEntityRecognizerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteEntityRecognizerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteEntityRecognizerError, R>) -> Self
fn from(err: SdkError<DeleteEntityRecognizerError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteResourcePolicyError, R>) -> Self
fn from(err: SdkError<DeleteResourcePolicyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeDocumentClassificationJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeDocumentClassificationJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeDocumentClassificationJobError, R>) -> Self
fn from(err: SdkError<DescribeDocumentClassificationJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeDocumentClassifierError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeDocumentClassifierError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeDocumentClassifierError, R>) -> Self
fn from(err: SdkError<DescribeDocumentClassifierError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeDominantLanguageDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeDominantLanguageDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeDominantLanguageDetectionJobError, R>) -> Self
fn from(err: SdkError<DescribeDominantLanguageDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeEndpointError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeEndpointError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeEndpointError, R>) -> Self
fn from(err: SdkError<DescribeEndpointError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeEntitiesDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeEntitiesDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeEntitiesDetectionJobError, R>) -> Self
fn from(err: SdkError<DescribeEntitiesDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeEntityRecognizerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeEntityRecognizerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeEntityRecognizerError, R>) -> Self
fn from(err: SdkError<DescribeEntityRecognizerError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeEventsDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeEventsDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeEventsDetectionJobError, R>) -> Self
fn from(err: SdkError<DescribeEventsDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeKeyPhrasesDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeKeyPhrasesDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeKeyPhrasesDetectionJobError, R>) -> Self
fn from(err: SdkError<DescribeKeyPhrasesDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribePiiEntitiesDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribePiiEntitiesDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribePiiEntitiesDetectionJobError, R>) -> Self
fn from(err: SdkError<DescribePiiEntitiesDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeResourcePolicyError, R>) -> Self
fn from(err: SdkError<DescribeResourcePolicyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeSentimentDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeSentimentDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeSentimentDetectionJobError, R>) -> Self
fn from(err: SdkError<DescribeSentimentDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeTargetedSentimentDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeTargetedSentimentDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeTargetedSentimentDetectionJobError, R>) -> Self
fn from(err: SdkError<DescribeTargetedSentimentDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeTopicsDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeTopicsDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeTopicsDetectionJobError, R>) -> Self
fn from(err: SdkError<DescribeTopicsDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DetectDominantLanguageError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DetectDominantLanguageError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DetectDominantLanguageError, R>) -> Self
fn from(err: SdkError<DetectDominantLanguageError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DetectEntitiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DetectEntitiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DetectEntitiesError, R>) -> Self
fn from(err: SdkError<DetectEntitiesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DetectKeyPhrasesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DetectKeyPhrasesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DetectKeyPhrasesError, R>) -> Self
fn from(err: SdkError<DetectKeyPhrasesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DetectPiiEntitiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DetectPiiEntitiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DetectPiiEntitiesError, R>) -> Self
fn from(err: SdkError<DetectPiiEntitiesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DetectSentimentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DetectSentimentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DetectSentimentError, R>) -> Self
fn from(err: SdkError<DetectSentimentError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DetectSyntaxError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DetectSyntaxError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DetectSyntaxError, R>) -> Self
fn from(err: SdkError<DetectSyntaxError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ImportModelError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ImportModelError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ImportModelError, R>) -> Self
fn from(err: SdkError<ImportModelError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListDocumentClassificationJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListDocumentClassificationJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListDocumentClassificationJobsError, R>) -> Self
fn from(err: SdkError<ListDocumentClassificationJobsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListDocumentClassifierSummariesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListDocumentClassifierSummariesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListDocumentClassifierSummariesError, R>) -> Self
fn from(err: SdkError<ListDocumentClassifierSummariesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListDocumentClassifiersError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListDocumentClassifiersError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListDocumentClassifiersError, R>) -> Self
fn from(err: SdkError<ListDocumentClassifiersError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListDominantLanguageDetectionJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListDominantLanguageDetectionJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListDominantLanguageDetectionJobsError, R>) -> Self
fn from(err: SdkError<ListDominantLanguageDetectionJobsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListEndpointsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListEndpointsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListEndpointsError, R>) -> Self
fn from(err: SdkError<ListEndpointsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListEntitiesDetectionJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListEntitiesDetectionJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListEntitiesDetectionJobsError, R>) -> Self
fn from(err: SdkError<ListEntitiesDetectionJobsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListEntityRecognizerSummariesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListEntityRecognizerSummariesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListEntityRecognizerSummariesError, R>) -> Self
fn from(err: SdkError<ListEntityRecognizerSummariesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListEntityRecognizersError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListEntityRecognizersError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListEntityRecognizersError, R>) -> Self
fn from(err: SdkError<ListEntityRecognizersError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListEventsDetectionJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListEventsDetectionJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListEventsDetectionJobsError, R>) -> Self
fn from(err: SdkError<ListEventsDetectionJobsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListKeyPhrasesDetectionJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListKeyPhrasesDetectionJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListKeyPhrasesDetectionJobsError, R>) -> Self
fn from(err: SdkError<ListKeyPhrasesDetectionJobsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListPiiEntitiesDetectionJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListPiiEntitiesDetectionJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListPiiEntitiesDetectionJobsError, R>) -> Self
fn from(err: SdkError<ListPiiEntitiesDetectionJobsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListSentimentDetectionJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListSentimentDetectionJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListSentimentDetectionJobsError, R>) -> Self
fn from(err: SdkError<ListSentimentDetectionJobsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTargetedSentimentDetectionJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTargetedSentimentDetectionJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTargetedSentimentDetectionJobsError, R>) -> Self
fn from(err: SdkError<ListTargetedSentimentDetectionJobsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTopicsDetectionJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTopicsDetectionJobsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTopicsDetectionJobsError, R>) -> Self
fn from(err: SdkError<ListTopicsDetectionJobsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutResourcePolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutResourcePolicyError, R>) -> Self
fn from(err: SdkError<PutResourcePolicyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartDocumentClassificationJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartDocumentClassificationJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartDocumentClassificationJobError, R>) -> Self
fn from(err: SdkError<StartDocumentClassificationJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartDominantLanguageDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartDominantLanguageDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartDominantLanguageDetectionJobError, R>) -> Self
fn from(err: SdkError<StartDominantLanguageDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartEntitiesDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartEntitiesDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartEntitiesDetectionJobError, R>) -> Self
fn from(err: SdkError<StartEntitiesDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartEventsDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartEventsDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartEventsDetectionJobError, R>) -> Self
fn from(err: SdkError<StartEventsDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartKeyPhrasesDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartKeyPhrasesDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartKeyPhrasesDetectionJobError, R>) -> Self
fn from(err: SdkError<StartKeyPhrasesDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartPiiEntitiesDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartPiiEntitiesDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartPiiEntitiesDetectionJobError, R>) -> Self
fn from(err: SdkError<StartPiiEntitiesDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartSentimentDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartSentimentDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartSentimentDetectionJobError, R>) -> Self
fn from(err: SdkError<StartSentimentDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartTargetedSentimentDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartTargetedSentimentDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartTargetedSentimentDetectionJobError, R>) -> Self
fn from(err: SdkError<StartTargetedSentimentDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartTopicsDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartTopicsDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartTopicsDetectionJobError, R>) -> Self
fn from(err: SdkError<StartTopicsDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StopDominantLanguageDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopDominantLanguageDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopDominantLanguageDetectionJobError, R>) -> Self
fn from(err: SdkError<StopDominantLanguageDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StopEntitiesDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopEntitiesDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopEntitiesDetectionJobError, R>) -> Self
fn from(err: SdkError<StopEntitiesDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StopEventsDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopEventsDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopEventsDetectionJobError, R>) -> Self
fn from(err: SdkError<StopEventsDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StopKeyPhrasesDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopKeyPhrasesDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopKeyPhrasesDetectionJobError, R>) -> Self
fn from(err: SdkError<StopKeyPhrasesDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StopPiiEntitiesDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopPiiEntitiesDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopPiiEntitiesDetectionJobError, R>) -> Self
fn from(err: SdkError<StopPiiEntitiesDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StopSentimentDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopSentimentDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopSentimentDetectionJobError, R>) -> Self
fn from(err: SdkError<StopSentimentDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StopTargetedSentimentDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopTargetedSentimentDetectionJobError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopTargetedSentimentDetectionJobError, R>) -> Self
fn from(err: SdkError<StopTargetedSentimentDetectionJobError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StopTrainingDocumentClassifierError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopTrainingDocumentClassifierError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopTrainingDocumentClassifierError, R>) -> Self
fn from(err: SdkError<StopTrainingDocumentClassifierError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StopTrainingEntityRecognizerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopTrainingEntityRecognizerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopTrainingEntityRecognizerError, R>) -> Self
fn from(err: SdkError<StopTrainingEntityRecognizerError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<TagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<TagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<TagResourceError, R>) -> Self
fn from(err: SdkError<TagResourceError, R>) -> Self
Converts to this type from the input type.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
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
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more