Enum aws_sdk_directory::Error
source · [−]#[non_exhaustive]
pub enum Error {
Show 37 variants
AccessDeniedException(AccessDeniedException),
AuthenticationFailedException(AuthenticationFailedException),
CertificateAlreadyExistsException(CertificateAlreadyExistsException),
CertificateDoesNotExistException(CertificateDoesNotExistException),
CertificateInUseException(CertificateInUseException),
CertificateLimitExceededException(CertificateLimitExceededException),
ClientException(ClientException),
DirectoryAlreadyInRegionException(DirectoryAlreadyInRegionException),
DirectoryAlreadySharedException(DirectoryAlreadySharedException),
DirectoryDoesNotExistException(DirectoryDoesNotExistException),
DirectoryLimitExceededException(DirectoryLimitExceededException),
DirectoryNotSharedException(DirectoryNotSharedException),
DirectoryUnavailableException(DirectoryUnavailableException),
DomainControllerLimitExceededException(DomainControllerLimitExceededException),
EntityAlreadyExistsException(EntityAlreadyExistsException),
EntityDoesNotExistException(EntityDoesNotExistException),
IncompatibleSettingsException(IncompatibleSettingsException),
InsufficientPermissionsException(InsufficientPermissionsException),
InvalidCertificateException(InvalidCertificateException),
InvalidClientAuthStatusException(InvalidClientAuthStatusException),
InvalidLdapsStatusException(InvalidLdapsStatusException),
InvalidNextTokenException(InvalidNextTokenException),
InvalidParameterException(InvalidParameterException),
InvalidPasswordException(InvalidPasswordException),
InvalidTargetException(InvalidTargetException),
IpRouteLimitExceededException(IpRouteLimitExceededException),
NoAvailableCertificateException(NoAvailableCertificateException),
OrganizationsException(OrganizationsException),
RegionLimitExceededException(RegionLimitExceededException),
ServiceException(ServiceException),
ShareLimitExceededException(ShareLimitExceededException),
SnapshotLimitExceededException(SnapshotLimitExceededException),
TagLimitExceededException(TagLimitExceededException),
UnsupportedOperationException(UnsupportedOperationException),
UnsupportedSettingsException(UnsupportedSettingsException),
UserDoesNotExistException(UserDoesNotExistException),
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)
Client authentication is not available in this region at this time.
AuthenticationFailedException(AuthenticationFailedException)
An authentication error occurred.
CertificateAlreadyExistsException(CertificateAlreadyExistsException)
The certificate has already been registered into the system.
CertificateDoesNotExistException(CertificateDoesNotExistException)
The certificate is not present in the system for describe or deregister activities.
CertificateInUseException(CertificateInUseException)
The certificate is being used for the LDAP security connection and cannot be removed without disabling LDAP security.
CertificateLimitExceededException(CertificateLimitExceededException)
The certificate could not be added because the certificate limit has been reached.
ClientException(ClientException)
A client exception has occurred.
DirectoryAlreadyInRegionException(DirectoryAlreadyInRegionException)
The Region you specified is the same Region where the Managed Microsoft AD directory was created. Specify a different Region and try again.
DirectoryAlreadySharedException(DirectoryAlreadySharedException)
The specified directory has already been shared with this Amazon Web Services account.
DirectoryDoesNotExistException(DirectoryDoesNotExistException)
The specified directory does not exist in the system.
DirectoryLimitExceededException(DirectoryLimitExceededException)
The maximum number of directories in the region has been reached. You can use the GetDirectoryLimits
operation to determine your directory limits in the region.
DirectoryNotSharedException(DirectoryNotSharedException)
The specified directory has not been shared with this Amazon Web Services account.
DirectoryUnavailableException(DirectoryUnavailableException)
The specified directory is unavailable or could not be found.
DomainControllerLimitExceededException(DomainControllerLimitExceededException)
The maximum allowed number of domain controllers per directory was exceeded. The default limit per directory is 20 domain controllers.
EntityAlreadyExistsException(EntityAlreadyExistsException)
The specified entity already exists.
EntityDoesNotExistException(EntityDoesNotExistException)
The specified entity could not be found.
IncompatibleSettingsException(IncompatibleSettingsException)
The specified directory setting is not compatible with other settings.
InsufficientPermissionsException(InsufficientPermissionsException)
The account does not have sufficient permission to perform the operation.
InvalidCertificateException(InvalidCertificateException)
The certificate PEM that was provided has incorrect encoding.
InvalidClientAuthStatusException(InvalidClientAuthStatusException)
Client authentication is already enabled.
InvalidLdapsStatusException(InvalidLdapsStatusException)
The LDAP activities could not be performed because they are limited by the LDAPS status.
InvalidNextTokenException(InvalidNextTokenException)
The NextToken
value is not valid.
InvalidParameterException(InvalidParameterException)
One or more parameters are not valid.
InvalidPasswordException(InvalidPasswordException)
The new password provided by the user does not meet the password complexity requirements defined in your directory.
InvalidTargetException(InvalidTargetException)
The specified shared target is not valid.
IpRouteLimitExceededException(IpRouteLimitExceededException)
The maximum allowed number of IP addresses was exceeded. The default limit is 100 IP address blocks.
NoAvailableCertificateException(NoAvailableCertificateException)
Client authentication setup could not be completed because at least one valid certificate must be registered in the system.
OrganizationsException(OrganizationsException)
Exception encountered while trying to access your Amazon Web Services organization.
RegionLimitExceededException(RegionLimitExceededException)
You have reached the limit for maximum number of simultaneous Region replications per directory.
ServiceException(ServiceException)
An exception has occurred in Directory Service.
ShareLimitExceededException(ShareLimitExceededException)
The maximum number of Amazon Web Services accounts that you can share with this directory has been reached.
SnapshotLimitExceededException(SnapshotLimitExceededException)
The maximum number of manual snapshots for the directory has been reached. You can use the GetSnapshotLimits
operation to determine the snapshot limits for a directory.
TagLimitExceededException(TagLimitExceededException)
The maximum allowed number of tags was exceeded.
UnsupportedOperationException(UnsupportedOperationException)
The operation is not supported.
UnsupportedSettingsException(UnsupportedSettingsException)
The specified directory setting is not supported.
UserDoesNotExistException(UserDoesNotExistException)
The user provided a username that does not exist in your directory.
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()
sourcefn from(err: SdkError<AcceptSharedDirectoryError, R>) -> Self
fn from(err: SdkError<AcceptSharedDirectoryError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<AddIpRoutesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AddIpRoutesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AddIpRoutesError, R>) -> Self
fn from(err: SdkError<AddIpRoutesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<AddRegionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AddRegionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AddRegionError, R>) -> Self
fn from(err: SdkError<AddRegionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<AddTagsToResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AddTagsToResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AddTagsToResourceError, R>) -> Self
fn from(err: SdkError<AddTagsToResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CancelSchemaExtensionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CancelSchemaExtensionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CancelSchemaExtensionError, R>) -> Self
fn from(err: SdkError<CancelSchemaExtensionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ConnectDirectoryError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ConnectDirectoryError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ConnectDirectoryError, R>) -> Self
fn from(err: SdkError<ConnectDirectoryError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateAliasError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateAliasError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateAliasError, R>) -> Self
fn from(err: SdkError<CreateAliasError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateComputerError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateComputerError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateComputerError, R>) -> Self
fn from(err: SdkError<CreateComputerError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateConditionalForwarderError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateConditionalForwarderError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateConditionalForwarderError, R>) -> Self
fn from(err: SdkError<CreateConditionalForwarderError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateDirectoryError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateDirectoryError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateDirectoryError, R>) -> Self
fn from(err: SdkError<CreateDirectoryError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateLogSubscriptionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateLogSubscriptionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateLogSubscriptionError, R>) -> Self
fn from(err: SdkError<CreateLogSubscriptionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateMicrosoftADError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateMicrosoftADError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateMicrosoftADError, R>) -> Self
fn from(err: SdkError<CreateMicrosoftADError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateSnapshotError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateSnapshotError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateSnapshotError, R>) -> Self
fn from(err: SdkError<CreateSnapshotError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateTrustError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateTrustError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateTrustError, R>) -> Self
fn from(err: SdkError<CreateTrustError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteConditionalForwarderError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteConditionalForwarderError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteConditionalForwarderError, R>) -> Self
fn from(err: SdkError<DeleteConditionalForwarderError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteDirectoryError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteDirectoryError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteDirectoryError, R>) -> Self
fn from(err: SdkError<DeleteDirectoryError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteLogSubscriptionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteLogSubscriptionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteLogSubscriptionError, R>) -> Self
fn from(err: SdkError<DeleteLogSubscriptionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteSnapshotError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteSnapshotError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteSnapshotError, R>) -> Self
fn from(err: SdkError<DeleteSnapshotError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteTrustError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteTrustError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteTrustError, R>) -> Self
fn from(err: SdkError<DeleteTrustError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeregisterCertificateError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeregisterCertificateError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeregisterCertificateError, R>) -> Self
fn from(err: SdkError<DeregisterCertificateError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeregisterEventTopicError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeregisterEventTopicError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeregisterEventTopicError, R>) -> Self
fn from(err: SdkError<DeregisterEventTopicError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeCertificateError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeCertificateError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeCertificateError, R>) -> Self
fn from(err: SdkError<DescribeCertificateError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeClientAuthenticationSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeClientAuthenticationSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeClientAuthenticationSettingsError, R>) -> Self
fn from(err: SdkError<DescribeClientAuthenticationSettingsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeConditionalForwardersError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeConditionalForwardersError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeConditionalForwardersError, R>) -> Self
fn from(err: SdkError<DescribeConditionalForwardersError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeDirectoriesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeDirectoriesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeDirectoriesError, R>) -> Self
fn from(err: SdkError<DescribeDirectoriesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeDomainControllersError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeDomainControllersError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeDomainControllersError, R>) -> Self
fn from(err: SdkError<DescribeDomainControllersError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeEventTopicsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeEventTopicsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeEventTopicsError, R>) -> Self
fn from(err: SdkError<DescribeEventTopicsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeLDAPSSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeLDAPSSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeLDAPSSettingsError, R>) -> Self
fn from(err: SdkError<DescribeLDAPSSettingsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeRegionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeRegionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeRegionsError, R>) -> Self
fn from(err: SdkError<DescribeRegionsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeSettingsError, R>) -> Self
fn from(err: SdkError<DescribeSettingsError, R>) -> Self
Converts to this type from the input type.
sourcefn from(err: SdkError<DescribeSharedDirectoriesError, R>) -> Self
fn from(err: SdkError<DescribeSharedDirectoriesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeSnapshotsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeSnapshotsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeSnapshotsError, R>) -> Self
fn from(err: SdkError<DescribeSnapshotsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeTrustsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeTrustsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeTrustsError, R>) -> Self
fn from(err: SdkError<DescribeTrustsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DisableClientAuthenticationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisableClientAuthenticationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisableClientAuthenticationError, R>) -> Self
fn from(err: SdkError<DisableClientAuthenticationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DisableLDAPSError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisableLDAPSError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisableLDAPSError, R>) -> Self
fn from(err: SdkError<DisableLDAPSError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DisableRadiusError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisableRadiusError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisableRadiusError, R>) -> Self
fn from(err: SdkError<DisableRadiusError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DisableSsoError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisableSsoError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisableSsoError, R>) -> Self
fn from(err: SdkError<DisableSsoError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<EnableClientAuthenticationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<EnableClientAuthenticationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<EnableClientAuthenticationError, R>) -> Self
fn from(err: SdkError<EnableClientAuthenticationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<EnableLDAPSError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<EnableLDAPSError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<EnableLDAPSError, R>) -> Self
fn from(err: SdkError<EnableLDAPSError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<EnableRadiusError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<EnableRadiusError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<EnableRadiusError, R>) -> Self
fn from(err: SdkError<EnableRadiusError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<EnableSsoError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<EnableSsoError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<EnableSsoError, R>) -> Self
fn from(err: SdkError<EnableSsoError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetDirectoryLimitsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetDirectoryLimitsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetDirectoryLimitsError, R>) -> Self
fn from(err: SdkError<GetDirectoryLimitsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetSnapshotLimitsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetSnapshotLimitsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetSnapshotLimitsError, R>) -> Self
fn from(err: SdkError<GetSnapshotLimitsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListCertificatesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListCertificatesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListCertificatesError, R>) -> Self
fn from(err: SdkError<ListCertificatesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListIpRoutesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListIpRoutesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListIpRoutesError, R>) -> Self
fn from(err: SdkError<ListIpRoutesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListLogSubscriptionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListLogSubscriptionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListLogSubscriptionsError, R>) -> Self
fn from(err: SdkError<ListLogSubscriptionsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListSchemaExtensionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListSchemaExtensionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListSchemaExtensionsError, R>) -> Self
fn from(err: SdkError<ListSchemaExtensionsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RegisterCertificateError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RegisterCertificateError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RegisterCertificateError, R>) -> Self
fn from(err: SdkError<RegisterCertificateError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RegisterEventTopicError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RegisterEventTopicError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RegisterEventTopicError, R>) -> Self
fn from(err: SdkError<RegisterEventTopicError, R>) -> Self
Converts to this type from the input type.
sourcefn from(err: SdkError<RejectSharedDirectoryError, R>) -> Self
fn from(err: SdkError<RejectSharedDirectoryError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RemoveIpRoutesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RemoveIpRoutesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RemoveIpRoutesError, R>) -> Self
fn from(err: SdkError<RemoveIpRoutesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RemoveRegionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RemoveRegionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RemoveRegionError, R>) -> Self
fn from(err: SdkError<RemoveRegionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RemoveTagsFromResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RemoveTagsFromResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RemoveTagsFromResourceError, R>) -> Self
fn from(err: SdkError<RemoveTagsFromResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ResetUserPasswordError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ResetUserPasswordError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ResetUserPasswordError, R>) -> Self
fn from(err: SdkError<ResetUserPasswordError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RestoreFromSnapshotError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RestoreFromSnapshotError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RestoreFromSnapshotError, R>) -> Self
fn from(err: SdkError<RestoreFromSnapshotError, R>) -> Self
Converts to this type from the input type.
sourcefn from(err: SdkError<ShareDirectoryError, R>) -> Self
fn from(err: SdkError<ShareDirectoryError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartSchemaExtensionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartSchemaExtensionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartSchemaExtensionError, R>) -> Self
fn from(err: SdkError<StartSchemaExtensionError, R>) -> Self
Converts to this type from the input type.
sourcefn from(err: SdkError<UnshareDirectoryError, R>) -> Self
fn from(err: SdkError<UnshareDirectoryError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateConditionalForwarderError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateConditionalForwarderError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateConditionalForwarderError, R>) -> Self
fn from(err: SdkError<UpdateConditionalForwarderError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateNumberOfDomainControllersError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateNumberOfDomainControllersError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateNumberOfDomainControllersError, R>) -> Self
fn from(err: SdkError<UpdateNumberOfDomainControllersError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateRadiusError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateRadiusError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateRadiusError, R>) -> Self
fn from(err: SdkError<UpdateRadiusError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateSettingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateSettingsError, R>) -> Self
fn from(err: SdkError<UpdateSettingsError, R>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more