#[non_exhaustive]pub enum Error {
Show 21 variants
AccessDeniedException(AccessDeniedException),
ConflictException(ConflictException),
DataAlreadyAcceptedException(DataAlreadyAcceptedException),
InternalStreamingException(InternalStreamingException),
InvalidOperationException(InvalidOperationException),
InvalidParameterException(InvalidParameterException),
InvalidSequenceTokenException(InvalidSequenceTokenException),
LimitExceededException(LimitExceededException),
MalformedQueryException(MalformedQueryException),
OperationAbortedException(OperationAbortedException),
ResourceAlreadyExistsException(ResourceAlreadyExistsException),
ResourceNotFoundException(ResourceNotFoundException),
ServiceQuotaExceededException(ServiceQuotaExceededException),
ServiceUnavailableException(ServiceUnavailableException),
SessionStreamingException(SessionStreamingException),
SessionTimeoutException(SessionTimeoutException),
ThrottlingException(ThrottlingException),
TooManyTagsException(TooManyTagsException),
UnrecognizedClientException(UnrecognizedClientException),
ValidationException(ValidationException),
Unhandled(Unhandled),
}Expand description
All possible error types for this service.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
AccessDeniedException(AccessDeniedException)
You don't have sufficient permissions to perform this action.
ConflictException(ConflictException)
This operation attempted to create a resource that already exists.
DataAlreadyAcceptedException(DataAlreadyAcceptedException)
The event was already logged.
PutLogEvents actions are now always accepted and never return DataAlreadyAcceptedException regardless of whether a given batch of log events has already been accepted.
InternalStreamingException(InternalStreamingException)
An internal error occurred during the streaming of log data. This exception is thrown when there's an issue with the internal streaming mechanism used by the GetLogObject operation.
InvalidOperationException(InvalidOperationException)
The operation is not valid on the specified resource.
InvalidParameterException(InvalidParameterException)
A parameter is specified incorrectly.
InvalidSequenceTokenException(InvalidSequenceTokenException)
The sequence token is not valid. You can get the correct sequence token in the expectedSequenceToken field in the InvalidSequenceTokenException message.
PutLogEvents actions are now always accepted and never return InvalidSequenceTokenException regardless of receiving an invalid sequence token.
LimitExceededException(LimitExceededException)
You have reached the maximum number of resources that can be created.
MalformedQueryException(MalformedQueryException)
The query string is not valid. Details about this error are displayed in a QueryCompileError object. For more information, see QueryCompileError.
For more information about valid query syntax, see CloudWatch Logs Insights Query Syntax.
OperationAbortedException(OperationAbortedException)
Multiple concurrent requests to update the same resource were in conflict.
ResourceAlreadyExistsException(ResourceAlreadyExistsException)
The specified resource already exists.
ResourceNotFoundException(ResourceNotFoundException)
The specified resource does not exist.
ServiceQuotaExceededException(ServiceQuotaExceededException)
This request exceeds a service quota.
The service cannot complete the request.
SessionStreamingException(SessionStreamingException)
This exception is returned if an unknown error occurs during a Live Tail session.
SessionTimeoutException(SessionTimeoutException)
This exception is returned in a Live Tail stream when the Live Tail session times out. Live Tail sessions time out after three hours.
ThrottlingException(ThrottlingException)
The request was throttled because of quota limits.
TooManyTagsException(TooManyTagsException)
A resource can have no more than 50 tags.
UnrecognizedClientException(UnrecognizedClientException)
The most likely cause is an Amazon Web Services access key ID or secret key that's not valid.
ValidationException(ValidationException)
One of the parameters for the request is not valid.
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<AssociateKmsKeyError> for Error
impl From<AssociateKmsKeyError> for Error
Source§fn from(err: AssociateKmsKeyError) -> Self
fn from(err: AssociateKmsKeyError) -> 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<CancelExportTaskError> for Error
impl From<CancelExportTaskError> for Error
Source§fn from(err: CancelExportTaskError) -> Self
fn from(err: CancelExportTaskError) -> Self
Source§impl From<CreateDeliveryError> for Error
impl From<CreateDeliveryError> for Error
Source§fn from(err: CreateDeliveryError) -> Self
fn from(err: CreateDeliveryError) -> Self
Source§impl From<CreateExportTaskError> for Error
impl From<CreateExportTaskError> for Error
Source§fn from(err: CreateExportTaskError) -> Self
fn from(err: CreateExportTaskError) -> Self
Source§impl From<CreateLogAnomalyDetectorError> for Error
impl From<CreateLogAnomalyDetectorError> for Error
Source§fn from(err: CreateLogAnomalyDetectorError) -> Self
fn from(err: CreateLogAnomalyDetectorError) -> Self
Source§impl From<CreateLogGroupError> for Error
impl From<CreateLogGroupError> for Error
Source§fn from(err: CreateLogGroupError) -> Self
fn from(err: CreateLogGroupError) -> Self
Source§impl From<CreateLogStreamError> for Error
impl From<CreateLogStreamError> for Error
Source§fn from(err: CreateLogStreamError) -> Self
fn from(err: CreateLogStreamError) -> Self
Source§impl From<DeleteAccountPolicyError> for Error
impl From<DeleteAccountPolicyError> for Error
Source§fn from(err: DeleteAccountPolicyError) -> Self
fn from(err: DeleteAccountPolicyError) -> Self
Source§impl From<DeleteDataProtectionPolicyError> for Error
impl From<DeleteDataProtectionPolicyError> for Error
Source§fn from(err: DeleteDataProtectionPolicyError) -> Self
fn from(err: DeleteDataProtectionPolicyError) -> Self
Source§impl From<DeleteDeliveryDestinationError> for Error
impl From<DeleteDeliveryDestinationError> for Error
Source§fn from(err: DeleteDeliveryDestinationError) -> Self
fn from(err: DeleteDeliveryDestinationError) -> Self
Source§impl From<DeleteDeliveryDestinationPolicyError> for Error
impl From<DeleteDeliveryDestinationPolicyError> for Error
Source§fn from(err: DeleteDeliveryDestinationPolicyError) -> Self
fn from(err: DeleteDeliveryDestinationPolicyError) -> Self
Source§impl From<DeleteDeliveryError> for Error
impl From<DeleteDeliveryError> for Error
Source§fn from(err: DeleteDeliveryError) -> Self
fn from(err: DeleteDeliveryError) -> Self
Source§impl From<DeleteDeliverySourceError> for Error
impl From<DeleteDeliverySourceError> for Error
Source§fn from(err: DeleteDeliverySourceError) -> Self
fn from(err: DeleteDeliverySourceError) -> Self
Source§impl From<DeleteDestinationError> for Error
impl From<DeleteDestinationError> for Error
Source§fn from(err: DeleteDestinationError) -> Self
fn from(err: DeleteDestinationError) -> Self
Source§impl From<DeleteIndexPolicyError> for Error
impl From<DeleteIndexPolicyError> for Error
Source§fn from(err: DeleteIndexPolicyError) -> Self
fn from(err: DeleteIndexPolicyError) -> Self
Source§impl From<DeleteIntegrationError> for Error
impl From<DeleteIntegrationError> for Error
Source§fn from(err: DeleteIntegrationError) -> Self
fn from(err: DeleteIntegrationError) -> Self
Source§impl From<DeleteLogAnomalyDetectorError> for Error
impl From<DeleteLogAnomalyDetectorError> for Error
Source§fn from(err: DeleteLogAnomalyDetectorError) -> Self
fn from(err: DeleteLogAnomalyDetectorError) -> Self
Source§impl From<DeleteLogGroupError> for Error
impl From<DeleteLogGroupError> for Error
Source§fn from(err: DeleteLogGroupError) -> Self
fn from(err: DeleteLogGroupError) -> Self
Source§impl From<DeleteLogStreamError> for Error
impl From<DeleteLogStreamError> for Error
Source§fn from(err: DeleteLogStreamError) -> Self
fn from(err: DeleteLogStreamError) -> Self
Source§impl From<DeleteMetricFilterError> for Error
impl From<DeleteMetricFilterError> for Error
Source§fn from(err: DeleteMetricFilterError) -> Self
fn from(err: DeleteMetricFilterError) -> Self
Source§impl From<DeleteQueryDefinitionError> for Error
impl From<DeleteQueryDefinitionError> for Error
Source§fn from(err: DeleteQueryDefinitionError) -> Self
fn from(err: DeleteQueryDefinitionError) -> 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<DeleteRetentionPolicyError> for Error
impl From<DeleteRetentionPolicyError> for Error
Source§fn from(err: DeleteRetentionPolicyError) -> Self
fn from(err: DeleteRetentionPolicyError) -> Self
Source§impl From<DeleteSubscriptionFilterError> for Error
impl From<DeleteSubscriptionFilterError> for Error
Source§fn from(err: DeleteSubscriptionFilterError) -> Self
fn from(err: DeleteSubscriptionFilterError) -> Self
Source§impl From<DeleteTransformerError> for Error
impl From<DeleteTransformerError> for Error
Source§fn from(err: DeleteTransformerError) -> Self
fn from(err: DeleteTransformerError) -> Self
Source§impl From<DescribeAccountPoliciesError> for Error
impl From<DescribeAccountPoliciesError> for Error
Source§fn from(err: DescribeAccountPoliciesError) -> Self
fn from(err: DescribeAccountPoliciesError) -> Self
Source§impl From<DescribeConfigurationTemplatesError> for Error
impl From<DescribeConfigurationTemplatesError> for Error
Source§fn from(err: DescribeConfigurationTemplatesError) -> Self
fn from(err: DescribeConfigurationTemplatesError) -> Self
Source§impl From<DescribeDeliveriesError> for Error
impl From<DescribeDeliveriesError> for Error
Source§fn from(err: DescribeDeliveriesError) -> Self
fn from(err: DescribeDeliveriesError) -> Self
Source§impl From<DescribeDeliveryDestinationsError> for Error
impl From<DescribeDeliveryDestinationsError> for Error
Source§fn from(err: DescribeDeliveryDestinationsError) -> Self
fn from(err: DescribeDeliveryDestinationsError) -> Self
Source§impl From<DescribeDeliverySourcesError> for Error
impl From<DescribeDeliverySourcesError> for Error
Source§fn from(err: DescribeDeliverySourcesError) -> Self
fn from(err: DescribeDeliverySourcesError) -> Self
Source§impl From<DescribeDestinationsError> for Error
impl From<DescribeDestinationsError> for Error
Source§fn from(err: DescribeDestinationsError) -> Self
fn from(err: DescribeDestinationsError) -> Self
Source§impl From<DescribeExportTasksError> for Error
impl From<DescribeExportTasksError> for Error
Source§fn from(err: DescribeExportTasksError) -> Self
fn from(err: DescribeExportTasksError) -> Self
Source§impl From<DescribeFieldIndexesError> for Error
impl From<DescribeFieldIndexesError> for Error
Source§fn from(err: DescribeFieldIndexesError) -> Self
fn from(err: DescribeFieldIndexesError) -> Self
Source§impl From<DescribeIndexPoliciesError> for Error
impl From<DescribeIndexPoliciesError> for Error
Source§fn from(err: DescribeIndexPoliciesError) -> Self
fn from(err: DescribeIndexPoliciesError) -> Self
Source§impl From<DescribeLogGroupsError> for Error
impl From<DescribeLogGroupsError> for Error
Source§fn from(err: DescribeLogGroupsError) -> Self
fn from(err: DescribeLogGroupsError) -> Self
Source§impl From<DescribeLogStreamsError> for Error
impl From<DescribeLogStreamsError> for Error
Source§fn from(err: DescribeLogStreamsError) -> Self
fn from(err: DescribeLogStreamsError) -> Self
Source§impl From<DescribeMetricFiltersError> for Error
impl From<DescribeMetricFiltersError> for Error
Source§fn from(err: DescribeMetricFiltersError) -> Self
fn from(err: DescribeMetricFiltersError) -> Self
Source§impl From<DescribeQueriesError> for Error
impl From<DescribeQueriesError> for Error
Source§fn from(err: DescribeQueriesError) -> Self
fn from(err: DescribeQueriesError) -> Self
Source§impl From<DescribeQueryDefinitionsError> for Error
impl From<DescribeQueryDefinitionsError> for Error
Source§fn from(err: DescribeQueryDefinitionsError) -> Self
fn from(err: DescribeQueryDefinitionsError) -> Self
Source§impl From<DescribeResourcePoliciesError> for Error
impl From<DescribeResourcePoliciesError> for Error
Source§fn from(err: DescribeResourcePoliciesError) -> Self
fn from(err: DescribeResourcePoliciesError) -> Self
Source§impl From<DescribeSubscriptionFiltersError> for Error
impl From<DescribeSubscriptionFiltersError> for Error
Source§fn from(err: DescribeSubscriptionFiltersError) -> Self
fn from(err: DescribeSubscriptionFiltersError) -> Self
Source§impl From<DisassociateKmsKeyError> for Error
impl From<DisassociateKmsKeyError> for Error
Source§fn from(err: DisassociateKmsKeyError) -> Self
fn from(err: DisassociateKmsKeyError) -> Self
Source§impl From<FilterLogEventsError> for Error
impl From<FilterLogEventsError> for Error
Source§fn from(err: FilterLogEventsError) -> Self
fn from(err: FilterLogEventsError) -> Self
Source§impl From<GetDataProtectionPolicyError> for Error
impl From<GetDataProtectionPolicyError> for Error
Source§fn from(err: GetDataProtectionPolicyError) -> Self
fn from(err: GetDataProtectionPolicyError) -> Self
Source§impl From<GetDeliveryDestinationError> for Error
impl From<GetDeliveryDestinationError> for Error
Source§fn from(err: GetDeliveryDestinationError) -> Self
fn from(err: GetDeliveryDestinationError) -> Self
Source§impl From<GetDeliveryDestinationPolicyError> for Error
impl From<GetDeliveryDestinationPolicyError> for Error
Source§fn from(err: GetDeliveryDestinationPolicyError) -> Self
fn from(err: GetDeliveryDestinationPolicyError) -> Self
Source§impl From<GetDeliveryError> for Error
impl From<GetDeliveryError> for Error
Source§fn from(err: GetDeliveryError) -> Self
fn from(err: GetDeliveryError) -> Self
Source§impl From<GetDeliverySourceError> for Error
impl From<GetDeliverySourceError> for Error
Source§fn from(err: GetDeliverySourceError) -> Self
fn from(err: GetDeliverySourceError) -> Self
Source§impl From<GetIntegrationError> for Error
impl From<GetIntegrationError> for Error
Source§fn from(err: GetIntegrationError) -> Self
fn from(err: GetIntegrationError) -> Self
Source§impl From<GetLogAnomalyDetectorError> for Error
impl From<GetLogAnomalyDetectorError> for Error
Source§fn from(err: GetLogAnomalyDetectorError) -> Self
fn from(err: GetLogAnomalyDetectorError) -> Self
Source§impl From<GetLogEventsError> for Error
impl From<GetLogEventsError> for Error
Source§fn from(err: GetLogEventsError) -> Self
fn from(err: GetLogEventsError) -> Self
Source§impl From<GetLogGroupFieldsError> for Error
impl From<GetLogGroupFieldsError> for Error
Source§fn from(err: GetLogGroupFieldsError) -> Self
fn from(err: GetLogGroupFieldsError) -> Self
Source§impl From<GetLogObjectError> for Error
impl From<GetLogObjectError> for Error
Source§fn from(err: GetLogObjectError) -> Self
fn from(err: GetLogObjectError) -> Self
Source§impl From<GetLogObjectResponseStreamError> for Error
impl From<GetLogObjectResponseStreamError> for Error
Source§fn from(err: GetLogObjectResponseStreamError) -> Self
fn from(err: GetLogObjectResponseStreamError) -> Self
Source§impl From<GetLogRecordError> for Error
impl From<GetLogRecordError> for Error
Source§fn from(err: GetLogRecordError) -> Self
fn from(err: GetLogRecordError) -> Self
Source§impl From<GetQueryResultsError> for Error
impl From<GetQueryResultsError> for Error
Source§fn from(err: GetQueryResultsError) -> Self
fn from(err: GetQueryResultsError) -> Self
Source§impl From<GetTransformerError> for Error
impl From<GetTransformerError> for Error
Source§fn from(err: GetTransformerError) -> Self
fn from(err: GetTransformerError) -> Self
Source§impl From<ListAnomaliesError> for Error
impl From<ListAnomaliesError> for Error
Source§fn from(err: ListAnomaliesError) -> Self
fn from(err: ListAnomaliesError) -> Self
Source§impl From<ListIntegrationsError> for Error
impl From<ListIntegrationsError> for Error
Source§fn from(err: ListIntegrationsError) -> Self
fn from(err: ListIntegrationsError) -> Self
Source§impl From<ListLogAnomalyDetectorsError> for Error
impl From<ListLogAnomalyDetectorsError> for Error
Source§fn from(err: ListLogAnomalyDetectorsError) -> Self
fn from(err: ListLogAnomalyDetectorsError) -> Self
Source§impl From<ListLogGroupsError> for Error
impl From<ListLogGroupsError> for Error
Source§fn from(err: ListLogGroupsError) -> Self
fn from(err: ListLogGroupsError) -> Self
Source§impl From<ListLogGroupsForQueryError> for Error
impl From<ListLogGroupsForQueryError> for Error
Source§fn from(err: ListLogGroupsForQueryError) -> Self
fn from(err: ListLogGroupsForQueryError) -> 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<ListTagsLogGroupError> for Error
impl From<ListTagsLogGroupError> for Error
Source§fn from(err: ListTagsLogGroupError) -> Self
fn from(err: ListTagsLogGroupError) -> Self
Source§impl From<PutAccountPolicyError> for Error
impl From<PutAccountPolicyError> for Error
Source§fn from(err: PutAccountPolicyError) -> Self
fn from(err: PutAccountPolicyError) -> Self
Source§impl From<PutDataProtectionPolicyError> for Error
impl From<PutDataProtectionPolicyError> for Error
Source§fn from(err: PutDataProtectionPolicyError) -> Self
fn from(err: PutDataProtectionPolicyError) -> Self
Source§impl From<PutDeliveryDestinationError> for Error
impl From<PutDeliveryDestinationError> for Error
Source§fn from(err: PutDeliveryDestinationError) -> Self
fn from(err: PutDeliveryDestinationError) -> Self
Source§impl From<PutDeliveryDestinationPolicyError> for Error
impl From<PutDeliveryDestinationPolicyError> for Error
Source§fn from(err: PutDeliveryDestinationPolicyError) -> Self
fn from(err: PutDeliveryDestinationPolicyError) -> Self
Source§impl From<PutDeliverySourceError> for Error
impl From<PutDeliverySourceError> for Error
Source§fn from(err: PutDeliverySourceError) -> Self
fn from(err: PutDeliverySourceError) -> Self
Source§impl From<PutDestinationError> for Error
impl From<PutDestinationError> for Error
Source§fn from(err: PutDestinationError) -> Self
fn from(err: PutDestinationError) -> Self
Source§impl From<PutDestinationPolicyError> for Error
impl From<PutDestinationPolicyError> for Error
Source§fn from(err: PutDestinationPolicyError) -> Self
fn from(err: PutDestinationPolicyError) -> Self
Source§impl From<PutIndexPolicyError> for Error
impl From<PutIndexPolicyError> for Error
Source§fn from(err: PutIndexPolicyError) -> Self
fn from(err: PutIndexPolicyError) -> Self
Source§impl From<PutIntegrationError> for Error
impl From<PutIntegrationError> for Error
Source§fn from(err: PutIntegrationError) -> Self
fn from(err: PutIntegrationError) -> Self
Source§impl From<PutLogEventsError> for Error
impl From<PutLogEventsError> for Error
Source§fn from(err: PutLogEventsError) -> Self
fn from(err: PutLogEventsError) -> Self
Source§impl From<PutMetricFilterError> for Error
impl From<PutMetricFilterError> for Error
Source§fn from(err: PutMetricFilterError) -> Self
fn from(err: PutMetricFilterError) -> Self
Source§impl From<PutQueryDefinitionError> for Error
impl From<PutQueryDefinitionError> for Error
Source§fn from(err: PutQueryDefinitionError) -> Self
fn from(err: PutQueryDefinitionError) -> 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 From<PutRetentionPolicyError> for Error
impl From<PutRetentionPolicyError> for Error
Source§fn from(err: PutRetentionPolicyError) -> Self
fn from(err: PutRetentionPolicyError) -> Self
Source§impl From<PutSubscriptionFilterError> for Error
impl From<PutSubscriptionFilterError> for Error
Source§fn from(err: PutSubscriptionFilterError) -> Self
fn from(err: PutSubscriptionFilterError) -> Self
Source§impl From<PutTransformerError> for Error
impl From<PutTransformerError> for Error
Source§fn from(err: PutTransformerError) -> Self
fn from(err: PutTransformerError) -> Self
Source§impl<R> From<SdkError<AssociateKmsKeyError, R>> for Error
impl<R> From<SdkError<AssociateKmsKeyError, R>> for Error
Source§fn from(err: SdkError<AssociateKmsKeyError, R>) -> Self
fn from(err: SdkError<AssociateKmsKeyError, R>) -> Self
Source§impl<R> From<SdkError<CancelExportTaskError, R>> for Error
impl<R> From<SdkError<CancelExportTaskError, R>> for Error
Source§fn from(err: SdkError<CancelExportTaskError, R>) -> Self
fn from(err: SdkError<CancelExportTaskError, R>) -> Self
Source§impl<R> From<SdkError<CreateDeliveryError, R>> for Error
impl<R> From<SdkError<CreateDeliveryError, R>> for Error
Source§fn from(err: SdkError<CreateDeliveryError, R>) -> Self
fn from(err: SdkError<CreateDeliveryError, R>) -> Self
Source§impl<R> From<SdkError<CreateExportTaskError, R>> for Error
impl<R> From<SdkError<CreateExportTaskError, R>> for Error
Source§fn from(err: SdkError<CreateExportTaskError, R>) -> Self
fn from(err: SdkError<CreateExportTaskError, R>) -> Self
Source§impl<R> From<SdkError<CreateLogAnomalyDetectorError, R>> for Error
impl<R> From<SdkError<CreateLogAnomalyDetectorError, R>> for Error
Source§fn from(err: SdkError<CreateLogAnomalyDetectorError, R>) -> Self
fn from(err: SdkError<CreateLogAnomalyDetectorError, R>) -> Self
Source§impl<R> From<SdkError<CreateLogGroupError, R>> for Error
impl<R> From<SdkError<CreateLogGroupError, R>> for Error
Source§fn from(err: SdkError<CreateLogGroupError, R>) -> Self
fn from(err: SdkError<CreateLogGroupError, R>) -> Self
Source§impl<R> From<SdkError<CreateLogStreamError, R>> for Error
impl<R> From<SdkError<CreateLogStreamError, R>> for Error
Source§fn from(err: SdkError<CreateLogStreamError, R>) -> Self
fn from(err: SdkError<CreateLogStreamError, R>) -> Self
Source§impl<R> From<SdkError<DeleteAccountPolicyError, R>> for Error
impl<R> From<SdkError<DeleteAccountPolicyError, R>> for Error
Source§fn from(err: SdkError<DeleteAccountPolicyError, R>) -> Self
fn from(err: SdkError<DeleteAccountPolicyError, R>) -> Self
Source§impl<R> From<SdkError<DeleteDataProtectionPolicyError, R>> for Error
impl<R> From<SdkError<DeleteDataProtectionPolicyError, R>> for Error
Source§fn from(err: SdkError<DeleteDataProtectionPolicyError, R>) -> Self
fn from(err: SdkError<DeleteDataProtectionPolicyError, R>) -> Self
Source§impl<R> From<SdkError<DeleteDeliveryDestinationError, R>> for Error
impl<R> From<SdkError<DeleteDeliveryDestinationError, R>> for Error
Source§fn from(err: SdkError<DeleteDeliveryDestinationError, R>) -> Self
fn from(err: SdkError<DeleteDeliveryDestinationError, R>) -> Self
Source§impl<R> From<SdkError<DeleteDeliveryDestinationPolicyError, R>> for Error
impl<R> From<SdkError<DeleteDeliveryDestinationPolicyError, R>> for Error
Source§fn from(err: SdkError<DeleteDeliveryDestinationPolicyError, R>) -> Self
fn from(err: SdkError<DeleteDeliveryDestinationPolicyError, R>) -> Self
Source§impl<R> From<SdkError<DeleteDeliveryError, R>> for Error
impl<R> From<SdkError<DeleteDeliveryError, R>> for Error
Source§fn from(err: SdkError<DeleteDeliveryError, R>) -> Self
fn from(err: SdkError<DeleteDeliveryError, R>) -> Self
Source§impl<R> From<SdkError<DeleteDeliverySourceError, R>> for Error
impl<R> From<SdkError<DeleteDeliverySourceError, R>> for Error
Source§fn from(err: SdkError<DeleteDeliverySourceError, R>) -> Self
fn from(err: SdkError<DeleteDeliverySourceError, R>) -> Self
Source§impl<R> From<SdkError<DeleteDestinationError, R>> for Error
impl<R> From<SdkError<DeleteDestinationError, R>> for Error
Source§fn from(err: SdkError<DeleteDestinationError, R>) -> Self
fn from(err: SdkError<DeleteDestinationError, R>) -> Self
Source§impl<R> From<SdkError<DeleteIndexPolicyError, R>> for Error
impl<R> From<SdkError<DeleteIndexPolicyError, R>> for Error
Source§fn from(err: SdkError<DeleteIndexPolicyError, R>) -> Self
fn from(err: SdkError<DeleteIndexPolicyError, R>) -> Self
Source§impl<R> From<SdkError<DeleteIntegrationError, R>> for Error
impl<R> From<SdkError<DeleteIntegrationError, R>> for Error
Source§fn from(err: SdkError<DeleteIntegrationError, R>) -> Self
fn from(err: SdkError<DeleteIntegrationError, R>) -> Self
Source§impl<R> From<SdkError<DeleteLogAnomalyDetectorError, R>> for Error
impl<R> From<SdkError<DeleteLogAnomalyDetectorError, R>> for Error
Source§fn from(err: SdkError<DeleteLogAnomalyDetectorError, R>) -> Self
fn from(err: SdkError<DeleteLogAnomalyDetectorError, R>) -> Self
Source§impl<R> From<SdkError<DeleteLogGroupError, R>> for Error
impl<R> From<SdkError<DeleteLogGroupError, R>> for Error
Source§fn from(err: SdkError<DeleteLogGroupError, R>) -> Self
fn from(err: SdkError<DeleteLogGroupError, R>) -> Self
Source§impl<R> From<SdkError<DeleteLogStreamError, R>> for Error
impl<R> From<SdkError<DeleteLogStreamError, R>> for Error
Source§fn from(err: SdkError<DeleteLogStreamError, R>) -> Self
fn from(err: SdkError<DeleteLogStreamError, R>) -> Self
Source§impl<R> From<SdkError<DeleteMetricFilterError, R>> for Error
impl<R> From<SdkError<DeleteMetricFilterError, R>> for Error
Source§fn from(err: SdkError<DeleteMetricFilterError, R>) -> Self
fn from(err: SdkError<DeleteMetricFilterError, R>) -> Self
Source§impl<R> From<SdkError<DeleteQueryDefinitionError, R>> for Error
impl<R> From<SdkError<DeleteQueryDefinitionError, R>> for Error
Source§fn from(err: SdkError<DeleteQueryDefinitionError, R>) -> Self
fn from(err: SdkError<DeleteQueryDefinitionError, 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<DeleteRetentionPolicyError, R>> for Error
impl<R> From<SdkError<DeleteRetentionPolicyError, R>> for Error
Source§fn from(err: SdkError<DeleteRetentionPolicyError, R>) -> Self
fn from(err: SdkError<DeleteRetentionPolicyError, R>) -> Self
Source§impl<R> From<SdkError<DeleteSubscriptionFilterError, R>> for Error
impl<R> From<SdkError<DeleteSubscriptionFilterError, R>> for Error
Source§fn from(err: SdkError<DeleteSubscriptionFilterError, R>) -> Self
fn from(err: SdkError<DeleteSubscriptionFilterError, R>) -> Self
Source§impl<R> From<SdkError<DeleteTransformerError, R>> for Error
impl<R> From<SdkError<DeleteTransformerError, R>> for Error
Source§fn from(err: SdkError<DeleteTransformerError, R>) -> Self
fn from(err: SdkError<DeleteTransformerError, R>) -> Self
Source§impl<R> From<SdkError<DescribeAccountPoliciesError, R>> for Error
impl<R> From<SdkError<DescribeAccountPoliciesError, R>> for Error
Source§fn from(err: SdkError<DescribeAccountPoliciesError, R>) -> Self
fn from(err: SdkError<DescribeAccountPoliciesError, R>) -> Self
Source§impl<R> From<SdkError<DescribeConfigurationTemplatesError, R>> for Error
impl<R> From<SdkError<DescribeConfigurationTemplatesError, R>> for Error
Source§fn from(err: SdkError<DescribeConfigurationTemplatesError, R>) -> Self
fn from(err: SdkError<DescribeConfigurationTemplatesError, R>) -> Self
Source§impl<R> From<SdkError<DescribeDeliveriesError, R>> for Error
impl<R> From<SdkError<DescribeDeliveriesError, R>> for Error
Source§fn from(err: SdkError<DescribeDeliveriesError, R>) -> Self
fn from(err: SdkError<DescribeDeliveriesError, R>) -> Self
Source§impl<R> From<SdkError<DescribeDeliveryDestinationsError, R>> for Error
impl<R> From<SdkError<DescribeDeliveryDestinationsError, R>> for Error
Source§fn from(err: SdkError<DescribeDeliveryDestinationsError, R>) -> Self
fn from(err: SdkError<DescribeDeliveryDestinationsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeDeliverySourcesError, R>> for Error
impl<R> From<SdkError<DescribeDeliverySourcesError, R>> for Error
Source§fn from(err: SdkError<DescribeDeliverySourcesError, R>) -> Self
fn from(err: SdkError<DescribeDeliverySourcesError, R>) -> Self
Source§impl<R> From<SdkError<DescribeDestinationsError, R>> for Error
impl<R> From<SdkError<DescribeDestinationsError, R>> for Error
Source§fn from(err: SdkError<DescribeDestinationsError, R>) -> Self
fn from(err: SdkError<DescribeDestinationsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeExportTasksError, R>> for Error
impl<R> From<SdkError<DescribeExportTasksError, R>> for Error
Source§fn from(err: SdkError<DescribeExportTasksError, R>) -> Self
fn from(err: SdkError<DescribeExportTasksError, R>) -> Self
Source§impl<R> From<SdkError<DescribeFieldIndexesError, R>> for Error
impl<R> From<SdkError<DescribeFieldIndexesError, R>> for Error
Source§fn from(err: SdkError<DescribeFieldIndexesError, R>) -> Self
fn from(err: SdkError<DescribeFieldIndexesError, R>) -> Self
Source§impl<R> From<SdkError<DescribeIndexPoliciesError, R>> for Error
impl<R> From<SdkError<DescribeIndexPoliciesError, R>> for Error
Source§fn from(err: SdkError<DescribeIndexPoliciesError, R>) -> Self
fn from(err: SdkError<DescribeIndexPoliciesError, R>) -> Self
Source§impl<R> From<SdkError<DescribeLogGroupsError, R>> for Error
impl<R> From<SdkError<DescribeLogGroupsError, R>> for Error
Source§fn from(err: SdkError<DescribeLogGroupsError, R>) -> Self
fn from(err: SdkError<DescribeLogGroupsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeLogStreamsError, R>> for Error
impl<R> From<SdkError<DescribeLogStreamsError, R>> for Error
Source§fn from(err: SdkError<DescribeLogStreamsError, R>) -> Self
fn from(err: SdkError<DescribeLogStreamsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeMetricFiltersError, R>> for Error
impl<R> From<SdkError<DescribeMetricFiltersError, R>> for Error
Source§fn from(err: SdkError<DescribeMetricFiltersError, R>) -> Self
fn from(err: SdkError<DescribeMetricFiltersError, R>) -> Self
Source§impl<R> From<SdkError<DescribeQueriesError, R>> for Error
impl<R> From<SdkError<DescribeQueriesError, R>> for Error
Source§fn from(err: SdkError<DescribeQueriesError, R>) -> Self
fn from(err: SdkError<DescribeQueriesError, R>) -> Self
Source§impl<R> From<SdkError<DescribeQueryDefinitionsError, R>> for Error
impl<R> From<SdkError<DescribeQueryDefinitionsError, R>> for Error
Source§fn from(err: SdkError<DescribeQueryDefinitionsError, R>) -> Self
fn from(err: SdkError<DescribeQueryDefinitionsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeResourcePoliciesError, R>> for Error
impl<R> From<SdkError<DescribeResourcePoliciesError, R>> for Error
Source§fn from(err: SdkError<DescribeResourcePoliciesError, R>) -> Self
fn from(err: SdkError<DescribeResourcePoliciesError, R>) -> Self
Source§impl<R> From<SdkError<DescribeSubscriptionFiltersError, R>> for Error
impl<R> From<SdkError<DescribeSubscriptionFiltersError, R>> for Error
Source§fn from(err: SdkError<DescribeSubscriptionFiltersError, R>) -> Self
fn from(err: SdkError<DescribeSubscriptionFiltersError, R>) -> Self
Source§impl<R> From<SdkError<DisassociateKmsKeyError, R>> for Error
impl<R> From<SdkError<DisassociateKmsKeyError, R>> for Error
Source§fn from(err: SdkError<DisassociateKmsKeyError, R>) -> Self
fn from(err: SdkError<DisassociateKmsKeyError, R>) -> Self
Source§impl<R> From<SdkError<FilterLogEventsError, R>> for Error
impl<R> From<SdkError<FilterLogEventsError, R>> for Error
Source§fn from(err: SdkError<FilterLogEventsError, R>) -> Self
fn from(err: SdkError<FilterLogEventsError, R>) -> Self
Source§impl<R> From<SdkError<GetDataProtectionPolicyError, R>> for Error
impl<R> From<SdkError<GetDataProtectionPolicyError, R>> for Error
Source§fn from(err: SdkError<GetDataProtectionPolicyError, R>) -> Self
fn from(err: SdkError<GetDataProtectionPolicyError, R>) -> Self
Source§impl<R> From<SdkError<GetDeliveryDestinationError, R>> for Error
impl<R> From<SdkError<GetDeliveryDestinationError, R>> for Error
Source§fn from(err: SdkError<GetDeliveryDestinationError, R>) -> Self
fn from(err: SdkError<GetDeliveryDestinationError, R>) -> Self
Source§impl<R> From<SdkError<GetDeliveryDestinationPolicyError, R>> for Error
impl<R> From<SdkError<GetDeliveryDestinationPolicyError, R>> for Error
Source§fn from(err: SdkError<GetDeliveryDestinationPolicyError, R>) -> Self
fn from(err: SdkError<GetDeliveryDestinationPolicyError, R>) -> Self
Source§impl<R> From<SdkError<GetDeliveryError, R>> for Error
impl<R> From<SdkError<GetDeliveryError, R>> for Error
Source§fn from(err: SdkError<GetDeliveryError, R>) -> Self
fn from(err: SdkError<GetDeliveryError, R>) -> Self
Source§impl<R> From<SdkError<GetDeliverySourceError, R>> for Error
impl<R> From<SdkError<GetDeliverySourceError, R>> for Error
Source§fn from(err: SdkError<GetDeliverySourceError, R>) -> Self
fn from(err: SdkError<GetDeliverySourceError, R>) -> Self
Source§impl<R> From<SdkError<GetIntegrationError, R>> for Error
impl<R> From<SdkError<GetIntegrationError, R>> for Error
Source§fn from(err: SdkError<GetIntegrationError, R>) -> Self
fn from(err: SdkError<GetIntegrationError, R>) -> Self
Source§impl<R> From<SdkError<GetLogAnomalyDetectorError, R>> for Error
impl<R> From<SdkError<GetLogAnomalyDetectorError, R>> for Error
Source§fn from(err: SdkError<GetLogAnomalyDetectorError, R>) -> Self
fn from(err: SdkError<GetLogAnomalyDetectorError, R>) -> Self
Source§impl<R> From<SdkError<GetLogEventsError, R>> for Error
impl<R> From<SdkError<GetLogEventsError, R>> for Error
Source§fn from(err: SdkError<GetLogEventsError, R>) -> Self
fn from(err: SdkError<GetLogEventsError, R>) -> Self
Source§impl<R> From<SdkError<GetLogGroupFieldsError, R>> for Error
impl<R> From<SdkError<GetLogGroupFieldsError, R>> for Error
Source§fn from(err: SdkError<GetLogGroupFieldsError, R>) -> Self
fn from(err: SdkError<GetLogGroupFieldsError, R>) -> Self
Source§impl<R> From<SdkError<GetLogObjectError, R>> for Error
impl<R> From<SdkError<GetLogObjectError, R>> for Error
Source§fn from(err: SdkError<GetLogObjectError, R>) -> Self
fn from(err: SdkError<GetLogObjectError, R>) -> Self
Source§impl<R> From<SdkError<GetLogObjectResponseStreamError, R>> for Error
impl<R> From<SdkError<GetLogObjectResponseStreamError, R>> for Error
Source§fn from(err: SdkError<GetLogObjectResponseStreamError, R>) -> Self
fn from(err: SdkError<GetLogObjectResponseStreamError, R>) -> Self
Source§impl<R> From<SdkError<GetLogRecordError, R>> for Error
impl<R> From<SdkError<GetLogRecordError, R>> for Error
Source§fn from(err: SdkError<GetLogRecordError, R>) -> Self
fn from(err: SdkError<GetLogRecordError, R>) -> Self
Source§impl<R> From<SdkError<GetQueryResultsError, R>> for Error
impl<R> From<SdkError<GetQueryResultsError, R>> for Error
Source§fn from(err: SdkError<GetQueryResultsError, R>) -> Self
fn from(err: SdkError<GetQueryResultsError, R>) -> Self
Source§impl<R> From<SdkError<GetTransformerError, R>> for Error
impl<R> From<SdkError<GetTransformerError, R>> for Error
Source§fn from(err: SdkError<GetTransformerError, R>) -> Self
fn from(err: SdkError<GetTransformerError, R>) -> Self
Source§impl<R> From<SdkError<ListAnomaliesError, R>> for Error
impl<R> From<SdkError<ListAnomaliesError, R>> for Error
Source§fn from(err: SdkError<ListAnomaliesError, R>) -> Self
fn from(err: SdkError<ListAnomaliesError, R>) -> Self
Source§impl<R> From<SdkError<ListIntegrationsError, R>> for Error
impl<R> From<SdkError<ListIntegrationsError, R>> for Error
Source§fn from(err: SdkError<ListIntegrationsError, R>) -> Self
fn from(err: SdkError<ListIntegrationsError, R>) -> Self
Source§impl<R> From<SdkError<ListLogAnomalyDetectorsError, R>> for Error
impl<R> From<SdkError<ListLogAnomalyDetectorsError, R>> for Error
Source§fn from(err: SdkError<ListLogAnomalyDetectorsError, R>) -> Self
fn from(err: SdkError<ListLogAnomalyDetectorsError, R>) -> Self
Source§impl<R> From<SdkError<ListLogGroupsError, R>> for Error
impl<R> From<SdkError<ListLogGroupsError, R>> for Error
Source§fn from(err: SdkError<ListLogGroupsError, R>) -> Self
fn from(err: SdkError<ListLogGroupsError, R>) -> Self
Source§impl<R> From<SdkError<ListLogGroupsForQueryError, R>> for Error
impl<R> From<SdkError<ListLogGroupsForQueryError, R>> for Error
Source§fn from(err: SdkError<ListLogGroupsForQueryError, R>) -> Self
fn from(err: SdkError<ListLogGroupsForQueryError, 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<ListTagsLogGroupError, R>> for Error
impl<R> From<SdkError<ListTagsLogGroupError, R>> for Error
Source§fn from(err: SdkError<ListTagsLogGroupError, R>) -> Self
fn from(err: SdkError<ListTagsLogGroupError, R>) -> Self
Source§impl<R> From<SdkError<PutAccountPolicyError, R>> for Error
impl<R> From<SdkError<PutAccountPolicyError, R>> for Error
Source§fn from(err: SdkError<PutAccountPolicyError, R>) -> Self
fn from(err: SdkError<PutAccountPolicyError, R>) -> Self
Source§impl<R> From<SdkError<PutDataProtectionPolicyError, R>> for Error
impl<R> From<SdkError<PutDataProtectionPolicyError, R>> for Error
Source§fn from(err: SdkError<PutDataProtectionPolicyError, R>) -> Self
fn from(err: SdkError<PutDataProtectionPolicyError, R>) -> Self
Source§impl<R> From<SdkError<PutDeliveryDestinationError, R>> for Error
impl<R> From<SdkError<PutDeliveryDestinationError, R>> for Error
Source§fn from(err: SdkError<PutDeliveryDestinationError, R>) -> Self
fn from(err: SdkError<PutDeliveryDestinationError, R>) -> Self
Source§impl<R> From<SdkError<PutDeliveryDestinationPolicyError, R>> for Error
impl<R> From<SdkError<PutDeliveryDestinationPolicyError, R>> for Error
Source§fn from(err: SdkError<PutDeliveryDestinationPolicyError, R>) -> Self
fn from(err: SdkError<PutDeliveryDestinationPolicyError, R>) -> Self
Source§impl<R> From<SdkError<PutDeliverySourceError, R>> for Error
impl<R> From<SdkError<PutDeliverySourceError, R>> for Error
Source§fn from(err: SdkError<PutDeliverySourceError, R>) -> Self
fn from(err: SdkError<PutDeliverySourceError, R>) -> Self
Source§impl<R> From<SdkError<PutDestinationError, R>> for Error
impl<R> From<SdkError<PutDestinationError, R>> for Error
Source§fn from(err: SdkError<PutDestinationError, R>) -> Self
fn from(err: SdkError<PutDestinationError, R>) -> Self
Source§impl<R> From<SdkError<PutDestinationPolicyError, R>> for Error
impl<R> From<SdkError<PutDestinationPolicyError, R>> for Error
Source§fn from(err: SdkError<PutDestinationPolicyError, R>) -> Self
fn from(err: SdkError<PutDestinationPolicyError, R>) -> Self
Source§impl<R> From<SdkError<PutIndexPolicyError, R>> for Error
impl<R> From<SdkError<PutIndexPolicyError, R>> for Error
Source§fn from(err: SdkError<PutIndexPolicyError, R>) -> Self
fn from(err: SdkError<PutIndexPolicyError, R>) -> Self
Source§impl<R> From<SdkError<PutIntegrationError, R>> for Error
impl<R> From<SdkError<PutIntegrationError, R>> for Error
Source§fn from(err: SdkError<PutIntegrationError, R>) -> Self
fn from(err: SdkError<PutIntegrationError, R>) -> Self
Source§impl<R> From<SdkError<PutLogEventsError, R>> for Error
impl<R> From<SdkError<PutLogEventsError, R>> for Error
Source§fn from(err: SdkError<PutLogEventsError, R>) -> Self
fn from(err: SdkError<PutLogEventsError, R>) -> Self
Source§impl<R> From<SdkError<PutMetricFilterError, R>> for Error
impl<R> From<SdkError<PutMetricFilterError, R>> for Error
Source§fn from(err: SdkError<PutMetricFilterError, R>) -> Self
fn from(err: SdkError<PutMetricFilterError, R>) -> Self
Source§impl<R> From<SdkError<PutQueryDefinitionError, R>> for Error
impl<R> From<SdkError<PutQueryDefinitionError, R>> for Error
Source§fn from(err: SdkError<PutQueryDefinitionError, R>) -> Self
fn from(err: SdkError<PutQueryDefinitionError, 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<PutRetentionPolicyError, R>> for Error
impl<R> From<SdkError<PutRetentionPolicyError, R>> for Error
Source§fn from(err: SdkError<PutRetentionPolicyError, R>) -> Self
fn from(err: SdkError<PutRetentionPolicyError, R>) -> Self
Source§impl<R> From<SdkError<PutSubscriptionFilterError, R>> for Error
impl<R> From<SdkError<PutSubscriptionFilterError, R>> for Error
Source§fn from(err: SdkError<PutSubscriptionFilterError, R>) -> Self
fn from(err: SdkError<PutSubscriptionFilterError, R>) -> Self
Source§impl<R> From<SdkError<PutTransformerError, R>> for Error
impl<R> From<SdkError<PutTransformerError, R>> for Error
Source§fn from(err: SdkError<PutTransformerError, R>) -> Self
fn from(err: SdkError<PutTransformerError, R>) -> Self
Source§impl<R> From<SdkError<StartLiveTailError, R>> for Error
impl<R> From<SdkError<StartLiveTailError, R>> for Error
Source§fn from(err: SdkError<StartLiveTailError, R>) -> Self
fn from(err: SdkError<StartLiveTailError, R>) -> Self
Source§impl<R> From<SdkError<StartLiveTailResponseStreamError, R>> for Error
impl<R> From<SdkError<StartLiveTailResponseStreamError, R>> for Error
Source§fn from(err: SdkError<StartLiveTailResponseStreamError, R>) -> Self
fn from(err: SdkError<StartLiveTailResponseStreamError, R>) -> Self
Source§impl<R> From<SdkError<StartQueryError, R>> for Error
impl<R> From<SdkError<StartQueryError, R>> for Error
Source§fn from(err: SdkError<StartQueryError, R>) -> Self
fn from(err: SdkError<StartQueryError, R>) -> Self
Source§impl<R> From<SdkError<StopQueryError, R>> for Error
impl<R> From<SdkError<StopQueryError, R>> for Error
Source§fn from(err: SdkError<StopQueryError, R>) -> Self
fn from(err: SdkError<StopQueryError, R>) -> Self
Source§impl<R> From<SdkError<TagLogGroupError, R>> for Error
impl<R> From<SdkError<TagLogGroupError, R>> for Error
Source§fn from(err: SdkError<TagLogGroupError, R>) -> Self
fn from(err: SdkError<TagLogGroupError, 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<TestMetricFilterError, R>> for Error
impl<R> From<SdkError<TestMetricFilterError, R>> for Error
Source§fn from(err: SdkError<TestMetricFilterError, R>) -> Self
fn from(err: SdkError<TestMetricFilterError, R>) -> Self
Source§impl<R> From<SdkError<TestTransformerError, R>> for Error
impl<R> From<SdkError<TestTransformerError, R>> for Error
Source§fn from(err: SdkError<TestTransformerError, R>) -> Self
fn from(err: SdkError<TestTransformerError, R>) -> Self
Source§impl<R> From<SdkError<UntagLogGroupError, R>> for Error
impl<R> From<SdkError<UntagLogGroupError, R>> for Error
Source§fn from(err: SdkError<UntagLogGroupError, R>) -> Self
fn from(err: SdkError<UntagLogGroupError, 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<UpdateAnomalyError, R>> for Error
impl<R> From<SdkError<UpdateAnomalyError, R>> for Error
Source§fn from(err: SdkError<UpdateAnomalyError, R>) -> Self
fn from(err: SdkError<UpdateAnomalyError, R>) -> Self
Source§impl<R> From<SdkError<UpdateDeliveryConfigurationError, R>> for Error
impl<R> From<SdkError<UpdateDeliveryConfigurationError, R>> for Error
Source§fn from(err: SdkError<UpdateDeliveryConfigurationError, R>) -> Self
fn from(err: SdkError<UpdateDeliveryConfigurationError, R>) -> Self
Source§impl<R> From<SdkError<UpdateLogAnomalyDetectorError, R>> for Error
impl<R> From<SdkError<UpdateLogAnomalyDetectorError, R>> for Error
Source§fn from(err: SdkError<UpdateLogAnomalyDetectorError, R>) -> Self
fn from(err: SdkError<UpdateLogAnomalyDetectorError, R>) -> Self
Source§impl From<StartLiveTailError> for Error
impl From<StartLiveTailError> for Error
Source§fn from(err: StartLiveTailError) -> Self
fn from(err: StartLiveTailError) -> Self
Source§impl From<StartLiveTailResponseStreamError> for Error
impl From<StartLiveTailResponseStreamError> for Error
Source§fn from(err: StartLiveTailResponseStreamError) -> Self
fn from(err: StartLiveTailResponseStreamError) -> Self
Source§impl From<StartQueryError> for Error
impl From<StartQueryError> for Error
Source§fn from(err: StartQueryError) -> Self
fn from(err: StartQueryError) -> Self
Source§impl From<StopQueryError> for Error
impl From<StopQueryError> for Error
Source§fn from(err: StopQueryError) -> Self
fn from(err: StopQueryError) -> Self
Source§impl From<TagLogGroupError> for Error
impl From<TagLogGroupError> for Error
Source§fn from(err: TagLogGroupError) -> Self
fn from(err: TagLogGroupError) -> 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<TestMetricFilterError> for Error
impl From<TestMetricFilterError> for Error
Source§fn from(err: TestMetricFilterError) -> Self
fn from(err: TestMetricFilterError) -> Self
Source§impl From<TestTransformerError> for Error
impl From<TestTransformerError> for Error
Source§fn from(err: TestTransformerError) -> Self
fn from(err: TestTransformerError) -> Self
Source§impl From<UntagLogGroupError> for Error
impl From<UntagLogGroupError> for Error
Source§fn from(err: UntagLogGroupError) -> Self
fn from(err: UntagLogGroupError) -> 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<UpdateAnomalyError> for Error
impl From<UpdateAnomalyError> for Error
Source§fn from(err: UpdateAnomalyError) -> Self
fn from(err: UpdateAnomalyError) -> Self
Source§impl From<UpdateDeliveryConfigurationError> for Error
impl From<UpdateDeliveryConfigurationError> for Error
Source§fn from(err: UpdateDeliveryConfigurationError) -> Self
fn from(err: UpdateDeliveryConfigurationError) -> Self
Source§impl From<UpdateLogAnomalyDetectorError> for Error
impl From<UpdateLogAnomalyDetectorError> for Error
Source§fn from(err: UpdateLogAnomalyDetectorError) -> Self
fn from(err: UpdateLogAnomalyDetectorError) -> 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 moreSource§impl<T> Paint for Twhere
T: ?Sized,
impl<T> Paint for Twhere
T: ?Sized,
Source§fn fg(&self, value: Color) -> Painted<&T>
fn fg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self with the foreground set to
value.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like red() and
green(), which have the same functionality but are
pithier.
§Example
Set foreground color to white using fg():
use yansi::{Paint, Color};
painted.fg(Color::White);Set foreground color to white using white().
use yansi::Paint;
painted.white();Source§fn bright_black(&self) -> Painted<&T>
fn bright_black(&self) -> Painted<&T>
Source§fn bright_red(&self) -> Painted<&T>
fn bright_red(&self) -> Painted<&T>
Source§fn bright_green(&self) -> Painted<&T>
fn bright_green(&self) -> Painted<&T>
Source§fn bright_yellow(&self) -> Painted<&T>
fn bright_yellow(&self) -> Painted<&T>
Source§fn bright_blue(&self) -> Painted<&T>
fn bright_blue(&self) -> Painted<&T>
Source§fn bright_magenta(&self) -> Painted<&T>
fn bright_magenta(&self) -> Painted<&T>
Source§fn bright_cyan(&self) -> Painted<&T>
fn bright_cyan(&self) -> Painted<&T>
Source§fn bright_white(&self) -> Painted<&T>
fn bright_white(&self) -> Painted<&T>
Source§fn bg(&self, value: Color) -> Painted<&T>
fn bg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self with the background set to
value.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like on_red() and
on_green(), which have the same functionality but
are pithier.
§Example
Set background color to red using fg():
use yansi::{Paint, Color};
painted.bg(Color::Red);Set background color to red using on_red().
use yansi::Paint;
painted.on_red();Source§fn on_primary(&self) -> Painted<&T>
fn on_primary(&self) -> Painted<&T>
Source§fn on_magenta(&self) -> Painted<&T>
fn on_magenta(&self) -> Painted<&T>
Source§fn on_bright_black(&self) -> Painted<&T>
fn on_bright_black(&self) -> Painted<&T>
Source§fn on_bright_red(&self) -> Painted<&T>
fn on_bright_red(&self) -> Painted<&T>
Source§fn on_bright_green(&self) -> Painted<&T>
fn on_bright_green(&self) -> Painted<&T>
Source§fn on_bright_yellow(&self) -> Painted<&T>
fn on_bright_yellow(&self) -> Painted<&T>
Source§fn on_bright_blue(&self) -> Painted<&T>
fn on_bright_blue(&self) -> Painted<&T>
Source§fn on_bright_magenta(&self) -> Painted<&T>
fn on_bright_magenta(&self) -> Painted<&T>
Source§fn on_bright_cyan(&self) -> Painted<&T>
fn on_bright_cyan(&self) -> Painted<&T>
Source§fn on_bright_white(&self) -> Painted<&T>
fn on_bright_white(&self) -> Painted<&T>
Source§fn attr(&self, value: Attribute) -> Painted<&T>
fn attr(&self, value: Attribute) -> Painted<&T>
Enables the styling Attribute value.
This method should be used rarely. Instead, prefer to use
attribute-specific builder methods like bold() and
underline(), which have the same functionality
but are pithier.
§Example
Make text bold using attr():
use yansi::{Paint, Attribute};
painted.attr(Attribute::Bold);Make text bold using using bold().
use yansi::Paint;
painted.bold();Source§fn rapid_blink(&self) -> Painted<&T>
fn rapid_blink(&self) -> Painted<&T>
Source§fn quirk(&self, value: Quirk) -> Painted<&T>
fn quirk(&self, value: Quirk) -> Painted<&T>
Enables the yansi Quirk value.
This method should be used rarely. Instead, prefer to use quirk-specific
builder methods like mask() and
wrap(), which have the same functionality but are
pithier.
§Example
Enable wrapping using .quirk():
use yansi::{Paint, Quirk};
painted.quirk(Quirk::Wrap);Enable wrapping using wrap().
use yansi::Paint;
painted.wrap();Source§fn clear(&self) -> Painted<&T>
👎Deprecated since 1.0.1: renamed to resetting() due to conflicts with Vec::clear().
The clear() method will be removed in a future release.
fn clear(&self) -> Painted<&T>
resetting() due to conflicts with Vec::clear().
The clear() method will be removed in a future release.Source§fn whenever(&self, value: Condition) -> Painted<&T>
fn whenever(&self, value: Condition) -> Painted<&T>
Conditionally enable styling based on whether the Condition value
applies. Replaces any previous condition.
See the crate level docs for more details.
§Example
Enable styling painted only when both stdout and stderr are TTYs:
use yansi::{Paint, Condition};
painted.red().on_yellow().whenever(Condition::STDOUTERR_ARE_TTY);