Enum aws_sdk_connect::Error
source · [−]#[non_exhaustive]
pub enum Error {
Show 20 variants
AccessDeniedException(AccessDeniedException),
ContactFlowNotPublishedException(ContactFlowNotPublishedException),
ContactNotFoundException(ContactNotFoundException),
DestinationNotAllowedException(DestinationNotAllowedException),
DuplicateResourceException(DuplicateResourceException),
IdempotencyException(IdempotencyException),
InternalServiceException(InternalServiceException),
InvalidContactFlowException(InvalidContactFlowException),
InvalidContactFlowModuleException(InvalidContactFlowModuleException),
InvalidParameterException(InvalidParameterException),
InvalidRequestException(InvalidRequestException),
LimitExceededException(LimitExceededException),
OutboundContactNotPermittedException(OutboundContactNotPermittedException),
ResourceConflictException(ResourceConflictException),
ResourceInUseException(ResourceInUseException),
ResourceNotFoundException(ResourceNotFoundException),
ServiceQuotaExceededException(ServiceQuotaExceededException),
ThrottlingException(ThrottlingException),
UserNotFoundException(UserNotFoundException),
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
AccessDeniedException(AccessDeniedException)
You do not have sufficient permissions to perform this action.
ContactFlowNotPublishedException(ContactFlowNotPublishedException)
The contact flow has not been published.
ContactNotFoundException(ContactNotFoundException)
The contact with the specified ID is not active or does not exist.
DestinationNotAllowedException(DestinationNotAllowedException)
Outbound calls to the destination number are not allowed.
DuplicateResourceException(DuplicateResourceException)
A resource with the specified name already exists.
IdempotencyException(IdempotencyException)
An entity with the same name already exists.
InternalServiceException(InternalServiceException)
Request processing failed because of an error or failure with the service.
InvalidContactFlowException(InvalidContactFlowException)
The contact flow is not valid.
InvalidContactFlowModuleException(InvalidContactFlowModuleException)
The problems with the module. Please fix before trying again.
InvalidParameterException(InvalidParameterException)
One or more of the specified parameters are not valid.
InvalidRequestException(InvalidRequestException)
The request is not valid.
LimitExceededException(LimitExceededException)
The allowed limit for the resource has been exceeded.
OutboundContactNotPermittedException(OutboundContactNotPermittedException)
The contact is not permitted.
ResourceConflictException(ResourceConflictException)
A resource already has that name.
ResourceInUseException(ResourceInUseException)
That resource is already in use. Please try another.
ResourceNotFoundException(ResourceNotFoundException)
The specified resource was not found.
ServiceQuotaExceededException(ServiceQuotaExceededException)
The service quota has been exceeded.
ThrottlingException(ThrottlingException)
The throttling limit has been exceeded.
UserNotFoundException(UserNotFoundException)
No user with the specified credentials was found in the Amazon Connect instance.
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<AssociateApprovedOriginError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateApprovedOriginError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateApprovedOriginError, R>) -> Self
fn from(err: SdkError<AssociateApprovedOriginError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateBotError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateBotError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateBotError, R>) -> Self
fn from(err: SdkError<AssociateBotError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateDefaultVocabularyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateDefaultVocabularyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateDefaultVocabularyError, R>) -> Self
fn from(err: SdkError<AssociateDefaultVocabularyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateInstanceStorageConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateInstanceStorageConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateInstanceStorageConfigError, R>) -> Self
fn from(err: SdkError<AssociateInstanceStorageConfigError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateLambdaFunctionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateLambdaFunctionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateLambdaFunctionError, R>) -> Self
fn from(err: SdkError<AssociateLambdaFunctionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateLexBotError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateLexBotError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateLexBotError, R>) -> Self
fn from(err: SdkError<AssociateLexBotError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateQueueQuickConnectsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateQueueQuickConnectsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateQueueQuickConnectsError, R>) -> Self
fn from(err: SdkError<AssociateQueueQuickConnectsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateRoutingProfileQueuesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateRoutingProfileQueuesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateRoutingProfileQueuesError, R>) -> Self
fn from(err: SdkError<AssociateRoutingProfileQueuesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<AssociateSecurityKeyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateSecurityKeyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateSecurityKeyError, R>) -> Self
fn from(err: SdkError<AssociateSecurityKeyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateAgentStatusError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateAgentStatusError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateAgentStatusError, R>) -> Self
fn from(err: SdkError<CreateAgentStatusError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateContactFlowError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateContactFlowError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateContactFlowError, R>) -> Self
fn from(err: SdkError<CreateContactFlowError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateContactFlowModuleError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateContactFlowModuleError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateContactFlowModuleError, R>) -> Self
fn from(err: SdkError<CreateContactFlowModuleError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateHoursOfOperationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateHoursOfOperationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateHoursOfOperationError, R>) -> Self
fn from(err: SdkError<CreateHoursOfOperationError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateInstanceError, R>) -> Self
fn from(err: SdkError<CreateInstanceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateIntegrationAssociationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateIntegrationAssociationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateIntegrationAssociationError, R>) -> Self
fn from(err: SdkError<CreateIntegrationAssociationError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateQueueError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateQueueError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateQueueError, R>) -> Self
fn from(err: SdkError<CreateQueueError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateQuickConnectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateQuickConnectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateQuickConnectError, R>) -> Self
fn from(err: SdkError<CreateQuickConnectError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateRoutingProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateRoutingProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateRoutingProfileError, R>) -> Self
fn from(err: SdkError<CreateRoutingProfileError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateSecurityProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateSecurityProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateSecurityProfileError, R>) -> Self
fn from(err: SdkError<CreateSecurityProfileError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateUseCaseError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateUseCaseError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateUseCaseError, R>) -> Self
fn from(err: SdkError<CreateUseCaseError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateUserError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateUserError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateUserError, R>) -> Self
fn from(err: SdkError<CreateUserError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateUserHierarchyGroupError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateUserHierarchyGroupError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateUserHierarchyGroupError, R>) -> Self
fn from(err: SdkError<CreateUserHierarchyGroupError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<CreateVocabularyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateVocabularyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateVocabularyError, R>) -> Self
fn from(err: SdkError<CreateVocabularyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteContactFlowError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteContactFlowError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteContactFlowError, R>) -> Self
fn from(err: SdkError<DeleteContactFlowError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteContactFlowModuleError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteContactFlowModuleError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteContactFlowModuleError, R>) -> Self
fn from(err: SdkError<DeleteContactFlowModuleError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteHoursOfOperationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteHoursOfOperationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteHoursOfOperationError, R>) -> Self
fn from(err: SdkError<DeleteHoursOfOperationError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteInstanceError, R>) -> Self
fn from(err: SdkError<DeleteInstanceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteIntegrationAssociationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteIntegrationAssociationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteIntegrationAssociationError, R>) -> Self
fn from(err: SdkError<DeleteIntegrationAssociationError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteQuickConnectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteQuickConnectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteQuickConnectError, R>) -> Self
fn from(err: SdkError<DeleteQuickConnectError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteSecurityProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteSecurityProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteSecurityProfileError, R>) -> Self
fn from(err: SdkError<DeleteSecurityProfileError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteUseCaseError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteUseCaseError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteUseCaseError, R>) -> Self
fn from(err: SdkError<DeleteUseCaseError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteUserError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteUserError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteUserError, R>) -> Self
fn from(err: SdkError<DeleteUserError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteUserHierarchyGroupError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteUserHierarchyGroupError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteUserHierarchyGroupError, R>) -> Self
fn from(err: SdkError<DeleteUserHierarchyGroupError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DeleteVocabularyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteVocabularyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteVocabularyError, R>) -> Self
fn from(err: SdkError<DeleteVocabularyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeAgentStatusError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeAgentStatusError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeAgentStatusError, R>) -> Self
fn from(err: SdkError<DescribeAgentStatusError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeContactError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeContactError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeContactError, R>) -> Self
fn from(err: SdkError<DescribeContactError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeContactFlowError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeContactFlowError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeContactFlowError, R>) -> Self
fn from(err: SdkError<DescribeContactFlowError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeContactFlowModuleError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeContactFlowModuleError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeContactFlowModuleError, R>) -> Self
fn from(err: SdkError<DescribeContactFlowModuleError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeHoursOfOperationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeHoursOfOperationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeHoursOfOperationError, R>) -> Self
fn from(err: SdkError<DescribeHoursOfOperationError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeInstanceAttributeError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeInstanceAttributeError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeInstanceAttributeError, R>) -> Self
fn from(err: SdkError<DescribeInstanceAttributeError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeInstanceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeInstanceError, R>) -> Self
fn from(err: SdkError<DescribeInstanceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeInstanceStorageConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeInstanceStorageConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeInstanceStorageConfigError, R>) -> Self
fn from(err: SdkError<DescribeInstanceStorageConfigError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeQueueError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeQueueError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeQueueError, R>) -> Self
fn from(err: SdkError<DescribeQueueError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeQuickConnectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeQuickConnectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeQuickConnectError, R>) -> Self
fn from(err: SdkError<DescribeQuickConnectError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeRoutingProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeRoutingProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeRoutingProfileError, R>) -> Self
fn from(err: SdkError<DescribeRoutingProfileError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeSecurityProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeSecurityProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeSecurityProfileError, R>) -> Self
fn from(err: SdkError<DescribeSecurityProfileError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeUserError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeUserError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeUserError, R>) -> Self
fn from(err: SdkError<DescribeUserError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeUserHierarchyGroupError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeUserHierarchyGroupError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeUserHierarchyGroupError, R>) -> Self
fn from(err: SdkError<DescribeUserHierarchyGroupError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeUserHierarchyStructureError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeUserHierarchyStructureError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeUserHierarchyStructureError, R>) -> Self
fn from(err: SdkError<DescribeUserHierarchyStructureError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DescribeVocabularyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeVocabularyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeVocabularyError, R>) -> Self
fn from(err: SdkError<DescribeVocabularyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DisassociateApprovedOriginError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateApprovedOriginError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateApprovedOriginError, R>) -> Self
fn from(err: SdkError<DisassociateApprovedOriginError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DisassociateBotError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateBotError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateBotError, R>) -> Self
fn from(err: SdkError<DisassociateBotError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DisassociateInstanceStorageConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateInstanceStorageConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateInstanceStorageConfigError, R>) -> Self
fn from(err: SdkError<DisassociateInstanceStorageConfigError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DisassociateLambdaFunctionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateLambdaFunctionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateLambdaFunctionError, R>) -> Self
fn from(err: SdkError<DisassociateLambdaFunctionError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DisassociateLexBotError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateLexBotError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateLexBotError, R>) -> Self
fn from(err: SdkError<DisassociateLexBotError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DisassociateQueueQuickConnectsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateQueueQuickConnectsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateQueueQuickConnectsError, R>) -> Self
fn from(err: SdkError<DisassociateQueueQuickConnectsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DisassociateRoutingProfileQueuesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateRoutingProfileQueuesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateRoutingProfileQueuesError, R>) -> Self
fn from(err: SdkError<DisassociateRoutingProfileQueuesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<DisassociateSecurityKeyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateSecurityKeyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateSecurityKeyError, R>) -> Self
fn from(err: SdkError<DisassociateSecurityKeyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetContactAttributesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetContactAttributesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetContactAttributesError, R>) -> Self
fn from(err: SdkError<GetContactAttributesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetCurrentMetricDataError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetCurrentMetricDataError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetCurrentMetricDataError, R>) -> Self
fn from(err: SdkError<GetCurrentMetricDataError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetFederationTokenError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetFederationTokenError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetFederationTokenError, R>) -> Self
fn from(err: SdkError<GetFederationTokenError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<GetMetricDataError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetMetricDataError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetMetricDataError, R>) -> Self
fn from(err: SdkError<GetMetricDataError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListAgentStatusesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListAgentStatusesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListAgentStatusesError, R>) -> Self
fn from(err: SdkError<ListAgentStatusesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListApprovedOriginsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListApprovedOriginsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListApprovedOriginsError, R>) -> Self
fn from(err: SdkError<ListApprovedOriginsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListBotsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBotsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBotsError, R>) -> Self
fn from(err: SdkError<ListBotsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListContactFlowModulesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListContactFlowModulesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListContactFlowModulesError, R>) -> Self
fn from(err: SdkError<ListContactFlowModulesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListContactFlowsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListContactFlowsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListContactFlowsError, R>) -> Self
fn from(err: SdkError<ListContactFlowsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListContactReferencesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListContactReferencesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListContactReferencesError, R>) -> Self
fn from(err: SdkError<ListContactReferencesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListDefaultVocabulariesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListDefaultVocabulariesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListDefaultVocabulariesError, R>) -> Self
fn from(err: SdkError<ListDefaultVocabulariesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListHoursOfOperationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListHoursOfOperationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListHoursOfOperationsError, R>) -> Self
fn from(err: SdkError<ListHoursOfOperationsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListInstanceAttributesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListInstanceAttributesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListInstanceAttributesError, R>) -> Self
fn from(err: SdkError<ListInstanceAttributesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListInstanceStorageConfigsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListInstanceStorageConfigsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListInstanceStorageConfigsError, R>) -> Self
fn from(err: SdkError<ListInstanceStorageConfigsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListInstancesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListInstancesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListInstancesError, R>) -> Self
fn from(err: SdkError<ListInstancesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListIntegrationAssociationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListIntegrationAssociationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListIntegrationAssociationsError, R>) -> Self
fn from(err: SdkError<ListIntegrationAssociationsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListLambdaFunctionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListLambdaFunctionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListLambdaFunctionsError, R>) -> Self
fn from(err: SdkError<ListLambdaFunctionsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListLexBotsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListLexBotsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListLexBotsError, R>) -> Self
fn from(err: SdkError<ListLexBotsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListPhoneNumbersError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListPhoneNumbersError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListPhoneNumbersError, R>) -> Self
fn from(err: SdkError<ListPhoneNumbersError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListPromptsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListPromptsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListPromptsError, R>) -> Self
fn from(err: SdkError<ListPromptsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListQueueQuickConnectsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListQueueQuickConnectsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListQueueQuickConnectsError, R>) -> Self
fn from(err: SdkError<ListQueueQuickConnectsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListQueuesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListQueuesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListQueuesError, R>) -> Self
fn from(err: SdkError<ListQueuesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListQuickConnectsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListQuickConnectsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListQuickConnectsError, R>) -> Self
fn from(err: SdkError<ListQuickConnectsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListRoutingProfileQueuesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListRoutingProfileQueuesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListRoutingProfileQueuesError, R>) -> Self
fn from(err: SdkError<ListRoutingProfileQueuesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListRoutingProfilesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListRoutingProfilesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListRoutingProfilesError, R>) -> Self
fn from(err: SdkError<ListRoutingProfilesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListSecurityKeysError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListSecurityKeysError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListSecurityKeysError, R>) -> Self
fn from(err: SdkError<ListSecurityKeysError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListSecurityProfilePermissionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListSecurityProfilePermissionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListSecurityProfilePermissionsError, R>) -> Self
fn from(err: SdkError<ListSecurityProfilePermissionsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListSecurityProfilesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListSecurityProfilesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListSecurityProfilesError, R>) -> Self
fn from(err: SdkError<ListSecurityProfilesError, R>) -> Self
Performs the conversion.
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
Performs the conversion.
sourceimpl<R> From<SdkError<ListUseCasesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListUseCasesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListUseCasesError, R>) -> Self
fn from(err: SdkError<ListUseCasesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListUserHierarchyGroupsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListUserHierarchyGroupsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListUserHierarchyGroupsError, R>) -> Self
fn from(err: SdkError<ListUserHierarchyGroupsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ListUsersError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListUsersError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListUsersError, R>) -> Self
fn from(err: SdkError<ListUsersError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<ResumeContactRecordingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ResumeContactRecordingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ResumeContactRecordingError, R>) -> Self
fn from(err: SdkError<ResumeContactRecordingError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<SearchVocabulariesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<SearchVocabulariesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<SearchVocabulariesError, R>) -> Self
fn from(err: SdkError<SearchVocabulariesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<StartChatContactError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartChatContactError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartChatContactError, R>) -> Self
fn from(err: SdkError<StartChatContactError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<StartContactRecordingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartContactRecordingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartContactRecordingError, R>) -> Self
fn from(err: SdkError<StartContactRecordingError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<StartContactStreamingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartContactStreamingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartContactStreamingError, R>) -> Self
fn from(err: SdkError<StartContactStreamingError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<StartOutboundVoiceContactError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartOutboundVoiceContactError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartOutboundVoiceContactError, R>) -> Self
fn from(err: SdkError<StartOutboundVoiceContactError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<StartTaskContactError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartTaskContactError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartTaskContactError, R>) -> Self
fn from(err: SdkError<StartTaskContactError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<StopContactError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopContactError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopContactError, R>) -> Self
fn from(err: SdkError<StopContactError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<StopContactRecordingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopContactRecordingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopContactRecordingError, R>) -> Self
fn from(err: SdkError<StopContactRecordingError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<StopContactStreamingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopContactStreamingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopContactStreamingError, R>) -> Self
fn from(err: SdkError<StopContactStreamingError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<SuspendContactRecordingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<SuspendContactRecordingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<SuspendContactRecordingError, R>) -> Self
fn from(err: SdkError<SuspendContactRecordingError, R>) -> Self
Performs the conversion.
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
Performs the conversion.
sourceimpl<R> From<SdkError<UntagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UntagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UntagResourceError, R>) -> Self
fn from(err: SdkError<UntagResourceError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateAgentStatusError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateAgentStatusError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateAgentStatusError, R>) -> Self
fn from(err: SdkError<UpdateAgentStatusError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateContactAttributesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateContactAttributesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateContactAttributesError, R>) -> Self
fn from(err: SdkError<UpdateContactAttributesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateContactError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateContactError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateContactError, R>) -> Self
fn from(err: SdkError<UpdateContactError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateContactFlowContentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateContactFlowContentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateContactFlowContentError, R>) -> Self
fn from(err: SdkError<UpdateContactFlowContentError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateContactFlowMetadataError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateContactFlowMetadataError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateContactFlowMetadataError, R>) -> Self
fn from(err: SdkError<UpdateContactFlowMetadataError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateContactFlowModuleContentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateContactFlowModuleContentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateContactFlowModuleContentError, R>) -> Self
fn from(err: SdkError<UpdateContactFlowModuleContentError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateContactFlowModuleMetadataError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateContactFlowModuleMetadataError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateContactFlowModuleMetadataError, R>) -> Self
fn from(err: SdkError<UpdateContactFlowModuleMetadataError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateContactFlowNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateContactFlowNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateContactFlowNameError, R>) -> Self
fn from(err: SdkError<UpdateContactFlowNameError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateContactScheduleError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateContactScheduleError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateContactScheduleError, R>) -> Self
fn from(err: SdkError<UpdateContactScheduleError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateHoursOfOperationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateHoursOfOperationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateHoursOfOperationError, R>) -> Self
fn from(err: SdkError<UpdateHoursOfOperationError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateInstanceAttributeError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateInstanceAttributeError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateInstanceAttributeError, R>) -> Self
fn from(err: SdkError<UpdateInstanceAttributeError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateInstanceStorageConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateInstanceStorageConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateInstanceStorageConfigError, R>) -> Self
fn from(err: SdkError<UpdateInstanceStorageConfigError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateQueueHoursOfOperationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateQueueHoursOfOperationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateQueueHoursOfOperationError, R>) -> Self
fn from(err: SdkError<UpdateQueueHoursOfOperationError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateQueueMaxContactsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateQueueMaxContactsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateQueueMaxContactsError, R>) -> Self
fn from(err: SdkError<UpdateQueueMaxContactsError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateQueueNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateQueueNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateQueueNameError, R>) -> Self
fn from(err: SdkError<UpdateQueueNameError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateQueueOutboundCallerConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateQueueOutboundCallerConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateQueueOutboundCallerConfigError, R>) -> Self
fn from(err: SdkError<UpdateQueueOutboundCallerConfigError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateQueueStatusError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateQueueStatusError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateQueueStatusError, R>) -> Self
fn from(err: SdkError<UpdateQueueStatusError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateQuickConnectConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateQuickConnectConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateQuickConnectConfigError, R>) -> Self
fn from(err: SdkError<UpdateQuickConnectConfigError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateQuickConnectNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateQuickConnectNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateQuickConnectNameError, R>) -> Self
fn from(err: SdkError<UpdateQuickConnectNameError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateRoutingProfileConcurrencyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateRoutingProfileConcurrencyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateRoutingProfileConcurrencyError, R>) -> Self
fn from(err: SdkError<UpdateRoutingProfileConcurrencyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateRoutingProfileDefaultOutboundQueueError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateRoutingProfileDefaultOutboundQueueError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateRoutingProfileDefaultOutboundQueueError, R>) -> Self
fn from(err: SdkError<UpdateRoutingProfileDefaultOutboundQueueError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateRoutingProfileNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateRoutingProfileNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateRoutingProfileNameError, R>) -> Self
fn from(err: SdkError<UpdateRoutingProfileNameError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateRoutingProfileQueuesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateRoutingProfileQueuesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateRoutingProfileQueuesError, R>) -> Self
fn from(err: SdkError<UpdateRoutingProfileQueuesError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateSecurityProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateSecurityProfileError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateSecurityProfileError, R>) -> Self
fn from(err: SdkError<UpdateSecurityProfileError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateUserHierarchyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateUserHierarchyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateUserHierarchyError, R>) -> Self
fn from(err: SdkError<UpdateUserHierarchyError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateUserHierarchyGroupNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateUserHierarchyGroupNameError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateUserHierarchyGroupNameError, R>) -> Self
fn from(err: SdkError<UpdateUserHierarchyGroupNameError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateUserHierarchyStructureError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateUserHierarchyStructureError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateUserHierarchyStructureError, R>) -> Self
fn from(err: SdkError<UpdateUserHierarchyStructureError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateUserIdentityInfoError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateUserIdentityInfoError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateUserIdentityInfoError, R>) -> Self
fn from(err: SdkError<UpdateUserIdentityInfoError, R>) -> Self
Performs the conversion.
sourceimpl<R> From<SdkError<UpdateUserPhoneConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateUserPhoneConfigError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateUserPhoneConfigError, R>) -> Self
fn from(err: SdkError<UpdateUserPhoneConfigError, R>) -> Self
Performs the conversion.
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