Enum aws_sdk_workspacesweb::Error
source · #[non_exhaustive]
pub enum Error {
AccessDeniedException(AccessDeniedException),
ConflictException(ConflictException),
InternalServerException(InternalServerException),
ResourceNotFoundException(ResourceNotFoundException),
ServiceQuotaExceededException(ServiceQuotaExceededException),
ThrottlingException(ThrottlingException),
TooManyTagsException(TooManyTagsException),
ValidationException(ValidationException),
Unhandled(Unhandled),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
AccessDeniedException(AccessDeniedException)
Access is denied.
ConflictException(ConflictException)
There is a conflict.
InternalServerException(InternalServerException)
There is an internal server error.
ResourceNotFoundException(ResourceNotFoundException)
The resource cannot be found.
ServiceQuotaExceededException(ServiceQuotaExceededException)
The service quota has been exceeded.
ThrottlingException(ThrottlingException)
There is a throttling error.
TooManyTagsException(TooManyTagsException)
There are too many tags.
ValidationException(ValidationException)
There is a validation error.
Unhandled(Unhandled)
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
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<AssociateBrowserSettingsError> for Error
impl From<AssociateBrowserSettingsError> for Error
source§fn from(err: AssociateBrowserSettingsError) -> Self
fn from(err: AssociateBrowserSettingsError) -> Self
Converts to this type from the input type.
source§impl From<AssociateNetworkSettingsError> for Error
impl From<AssociateNetworkSettingsError> for Error
source§fn from(err: AssociateNetworkSettingsError) -> Self
fn from(err: AssociateNetworkSettingsError) -> Self
Converts to this type from the input type.
source§impl From<AssociateTrustStoreError> for Error
impl From<AssociateTrustStoreError> for Error
source§fn from(err: AssociateTrustStoreError) -> Self
fn from(err: AssociateTrustStoreError) -> Self
Converts to this type from the input type.
source§impl From<AssociateUserAccessLoggingSettingsError> for Error
impl From<AssociateUserAccessLoggingSettingsError> for Error
source§fn from(err: AssociateUserAccessLoggingSettingsError) -> Self
fn from(err: AssociateUserAccessLoggingSettingsError) -> Self
Converts to this type from the input type.
source§impl From<AssociateUserSettingsError> for Error
impl From<AssociateUserSettingsError> for Error
source§fn from(err: AssociateUserSettingsError) -> Self
fn from(err: AssociateUserSettingsError) -> Self
Converts to this type from the input type.
source§impl From<CreateBrowserSettingsError> for Error
impl From<CreateBrowserSettingsError> for Error
source§fn from(err: CreateBrowserSettingsError) -> Self
fn from(err: CreateBrowserSettingsError) -> Self
Converts to this type from the input type.
source§impl From<CreateIdentityProviderError> for Error
impl From<CreateIdentityProviderError> for Error
source§fn from(err: CreateIdentityProviderError) -> Self
fn from(err: CreateIdentityProviderError) -> Self
Converts to this type from the input type.
source§impl From<CreateNetworkSettingsError> for Error
impl From<CreateNetworkSettingsError> for Error
source§fn from(err: CreateNetworkSettingsError) -> Self
fn from(err: CreateNetworkSettingsError) -> Self
Converts to this type from the input type.
source§impl From<CreatePortalError> for Error
impl From<CreatePortalError> for Error
source§fn from(err: CreatePortalError) -> Self
fn from(err: CreatePortalError) -> Self
Converts to this type from the input type.
source§impl From<CreateTrustStoreError> for Error
impl From<CreateTrustStoreError> for Error
source§fn from(err: CreateTrustStoreError) -> Self
fn from(err: CreateTrustStoreError) -> Self
Converts to this type from the input type.
source§impl From<CreateUserAccessLoggingSettingsError> for Error
impl From<CreateUserAccessLoggingSettingsError> for Error
source§fn from(err: CreateUserAccessLoggingSettingsError) -> Self
fn from(err: CreateUserAccessLoggingSettingsError) -> Self
Converts to this type from the input type.
source§impl From<CreateUserSettingsError> for Error
impl From<CreateUserSettingsError> for Error
source§fn from(err: CreateUserSettingsError) -> Self
fn from(err: CreateUserSettingsError) -> Self
Converts to this type from the input type.
source§impl From<DeleteBrowserSettingsError> for Error
impl From<DeleteBrowserSettingsError> for Error
source§fn from(err: DeleteBrowserSettingsError) -> Self
fn from(err: DeleteBrowserSettingsError) -> Self
Converts to this type from the input type.
source§impl From<DeleteIdentityProviderError> for Error
impl From<DeleteIdentityProviderError> for Error
source§fn from(err: DeleteIdentityProviderError) -> Self
fn from(err: DeleteIdentityProviderError) -> Self
Converts to this type from the input type.
source§impl From<DeleteNetworkSettingsError> for Error
impl From<DeleteNetworkSettingsError> for Error
source§fn from(err: DeleteNetworkSettingsError) -> Self
fn from(err: DeleteNetworkSettingsError) -> Self
Converts to this type from the input type.
source§impl From<DeletePortalError> for Error
impl From<DeletePortalError> for Error
source§fn from(err: DeletePortalError) -> Self
fn from(err: DeletePortalError) -> Self
Converts to this type from the input type.
source§impl From<DeleteTrustStoreError> for Error
impl From<DeleteTrustStoreError> for Error
source§fn from(err: DeleteTrustStoreError) -> Self
fn from(err: DeleteTrustStoreError) -> Self
Converts to this type from the input type.
source§impl From<DeleteUserAccessLoggingSettingsError> for Error
impl From<DeleteUserAccessLoggingSettingsError> for Error
source§fn from(err: DeleteUserAccessLoggingSettingsError) -> Self
fn from(err: DeleteUserAccessLoggingSettingsError) -> Self
Converts to this type from the input type.
source§impl From<DeleteUserSettingsError> for Error
impl From<DeleteUserSettingsError> for Error
source§fn from(err: DeleteUserSettingsError) -> Self
fn from(err: DeleteUserSettingsError) -> Self
Converts to this type from the input type.
source§impl From<DisassociateBrowserSettingsError> for Error
impl From<DisassociateBrowserSettingsError> for Error
source§fn from(err: DisassociateBrowserSettingsError) -> Self
fn from(err: DisassociateBrowserSettingsError) -> Self
Converts to this type from the input type.
source§impl From<DisassociateNetworkSettingsError> for Error
impl From<DisassociateNetworkSettingsError> for Error
source§fn from(err: DisassociateNetworkSettingsError) -> Self
fn from(err: DisassociateNetworkSettingsError) -> Self
Converts to this type from the input type.
source§impl From<DisassociateTrustStoreError> for Error
impl From<DisassociateTrustStoreError> for Error
source§fn from(err: DisassociateTrustStoreError) -> Self
fn from(err: DisassociateTrustStoreError) -> Self
Converts to this type from the input type.
source§impl From<DisassociateUserAccessLoggingSettingsError> for Error
impl From<DisassociateUserAccessLoggingSettingsError> for Error
source§fn from(err: DisassociateUserAccessLoggingSettingsError) -> Self
fn from(err: DisassociateUserAccessLoggingSettingsError) -> Self
Converts to this type from the input type.
source§impl From<DisassociateUserSettingsError> for Error
impl From<DisassociateUserSettingsError> for Error
source§fn from(err: DisassociateUserSettingsError) -> Self
fn from(err: DisassociateUserSettingsError) -> Self
Converts to this type from the input type.
source§impl From<GetBrowserSettingsError> for Error
impl From<GetBrowserSettingsError> for Error
source§fn from(err: GetBrowserSettingsError) -> Self
fn from(err: GetBrowserSettingsError) -> Self
Converts to this type from the input type.
source§impl From<GetIdentityProviderError> for Error
impl From<GetIdentityProviderError> for Error
source§fn from(err: GetIdentityProviderError) -> Self
fn from(err: GetIdentityProviderError) -> Self
Converts to this type from the input type.
source§impl From<GetNetworkSettingsError> for Error
impl From<GetNetworkSettingsError> for Error
source§fn from(err: GetNetworkSettingsError) -> Self
fn from(err: GetNetworkSettingsError) -> Self
Converts to this type from the input type.
source§impl From<GetPortalError> for Error
impl From<GetPortalError> for Error
source§fn from(err: GetPortalError) -> Self
fn from(err: GetPortalError) -> Self
Converts to this type from the input type.
source§impl From<GetPortalServiceProviderMetadataError> for Error
impl From<GetPortalServiceProviderMetadataError> for Error
source§fn from(err: GetPortalServiceProviderMetadataError) -> Self
fn from(err: GetPortalServiceProviderMetadataError) -> Self
Converts to this type from the input type.
source§impl From<GetTrustStoreCertificateError> for Error
impl From<GetTrustStoreCertificateError> for Error
source§fn from(err: GetTrustStoreCertificateError) -> Self
fn from(err: GetTrustStoreCertificateError) -> Self
Converts to this type from the input type.
source§impl From<GetTrustStoreError> for Error
impl From<GetTrustStoreError> for Error
source§fn from(err: GetTrustStoreError) -> Self
fn from(err: GetTrustStoreError) -> Self
Converts to this type from the input type.
source§impl From<GetUserAccessLoggingSettingsError> for Error
impl From<GetUserAccessLoggingSettingsError> for Error
source§fn from(err: GetUserAccessLoggingSettingsError) -> Self
fn from(err: GetUserAccessLoggingSettingsError) -> Self
Converts to this type from the input type.
source§impl From<GetUserSettingsError> for Error
impl From<GetUserSettingsError> for Error
source§fn from(err: GetUserSettingsError) -> Self
fn from(err: GetUserSettingsError) -> Self
Converts to this type from the input type.
source§impl From<ListBrowserSettingsError> for Error
impl From<ListBrowserSettingsError> for Error
source§fn from(err: ListBrowserSettingsError) -> Self
fn from(err: ListBrowserSettingsError) -> Self
Converts to this type from the input type.
source§impl From<ListIdentityProvidersError> for Error
impl From<ListIdentityProvidersError> for Error
source§fn from(err: ListIdentityProvidersError) -> Self
fn from(err: ListIdentityProvidersError) -> Self
Converts to this type from the input type.
source§impl From<ListNetworkSettingsError> for Error
impl From<ListNetworkSettingsError> for Error
source§fn from(err: ListNetworkSettingsError) -> Self
fn from(err: ListNetworkSettingsError) -> Self
Converts to this type from the input type.
source§impl From<ListPortalsError> for Error
impl From<ListPortalsError> for Error
source§fn from(err: ListPortalsError) -> Self
fn from(err: ListPortalsError) -> Self
Converts to this type from the input type.
source§impl From<ListTagsForResourceError> for Error
impl From<ListTagsForResourceError> for Error
source§fn from(err: ListTagsForResourceError) -> Self
fn from(err: ListTagsForResourceError) -> Self
Converts to this type from the input type.
source§impl From<ListTrustStoreCertificatesError> for Error
impl From<ListTrustStoreCertificatesError> for Error
source§fn from(err: ListTrustStoreCertificatesError) -> Self
fn from(err: ListTrustStoreCertificatesError) -> Self
Converts to this type from the input type.
source§impl From<ListTrustStoresError> for Error
impl From<ListTrustStoresError> for Error
source§fn from(err: ListTrustStoresError) -> Self
fn from(err: ListTrustStoresError) -> Self
Converts to this type from the input type.
source§impl From<ListUserAccessLoggingSettingsError> for Error
impl From<ListUserAccessLoggingSettingsError> for Error
source§fn from(err: ListUserAccessLoggingSettingsError) -> Self
fn from(err: ListUserAccessLoggingSettingsError) -> Self
Converts to this type from the input type.
source§impl From<ListUserSettingsError> for Error
impl From<ListUserSettingsError> for Error
source§fn from(err: ListUserSettingsError) -> Self
fn from(err: ListUserSettingsError) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<AssociateBrowserSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateBrowserSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<AssociateBrowserSettingsError, R>) -> Self
fn from(err: SdkError<AssociateBrowserSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<AssociateNetworkSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateNetworkSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<AssociateNetworkSettingsError, R>) -> Self
fn from(err: SdkError<AssociateNetworkSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<AssociateTrustStoreError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateTrustStoreError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<AssociateTrustStoreError, R>) -> Self
fn from(err: SdkError<AssociateTrustStoreError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<AssociateUserAccessLoggingSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateUserAccessLoggingSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<AssociateUserAccessLoggingSettingsError, R>) -> Self
fn from(err: SdkError<AssociateUserAccessLoggingSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<AssociateUserSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateUserSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<AssociateUserSettingsError, R>) -> Self
fn from(err: SdkError<AssociateUserSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CreateBrowserSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateBrowserSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CreateBrowserSettingsError, R>) -> Self
fn from(err: SdkError<CreateBrowserSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CreateIdentityProviderError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateIdentityProviderError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CreateIdentityProviderError, R>) -> Self
fn from(err: SdkError<CreateIdentityProviderError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CreateNetworkSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateNetworkSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CreateNetworkSettingsError, R>) -> Self
fn from(err: SdkError<CreateNetworkSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CreatePortalError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreatePortalError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CreatePortalError, R>) -> Self
fn from(err: SdkError<CreatePortalError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CreateTrustStoreError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateTrustStoreError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CreateTrustStoreError, R>) -> Self
fn from(err: SdkError<CreateTrustStoreError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CreateUserAccessLoggingSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateUserAccessLoggingSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CreateUserAccessLoggingSettingsError, R>) -> Self
fn from(err: SdkError<CreateUserAccessLoggingSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CreateUserSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateUserSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CreateUserSettingsError, R>) -> Self
fn from(err: SdkError<CreateUserSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeleteBrowserSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBrowserSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeleteBrowserSettingsError, R>) -> Self
fn from(err: SdkError<DeleteBrowserSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeleteIdentityProviderError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteIdentityProviderError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeleteIdentityProviderError, R>) -> Self
fn from(err: SdkError<DeleteIdentityProviderError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeleteNetworkSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteNetworkSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeleteNetworkSettingsError, R>) -> Self
fn from(err: SdkError<DeleteNetworkSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeletePortalError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeletePortalError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeletePortalError, R>) -> Self
fn from(err: SdkError<DeletePortalError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeleteTrustStoreError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteTrustStoreError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeleteTrustStoreError, R>) -> Self
fn from(err: SdkError<DeleteTrustStoreError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeleteUserAccessLoggingSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteUserAccessLoggingSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeleteUserAccessLoggingSettingsError, R>) -> Self
fn from(err: SdkError<DeleteUserAccessLoggingSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeleteUserSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteUserSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeleteUserSettingsError, R>) -> Self
fn from(err: SdkError<DeleteUserSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DisassociateBrowserSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateBrowserSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DisassociateBrowserSettingsError, R>) -> Self
fn from(err: SdkError<DisassociateBrowserSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DisassociateNetworkSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateNetworkSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DisassociateNetworkSettingsError, R>) -> Self
fn from(err: SdkError<DisassociateNetworkSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DisassociateTrustStoreError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateTrustStoreError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DisassociateTrustStoreError, R>) -> Self
fn from(err: SdkError<DisassociateTrustStoreError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DisassociateUserAccessLoggingSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateUserAccessLoggingSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DisassociateUserAccessLoggingSettingsError, R>) -> Self
fn from(err: SdkError<DisassociateUserAccessLoggingSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DisassociateUserSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateUserSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DisassociateUserSettingsError, R>) -> Self
fn from(err: SdkError<DisassociateUserSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetBrowserSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBrowserSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetBrowserSettingsError, R>) -> Self
fn from(err: SdkError<GetBrowserSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetIdentityProviderError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetIdentityProviderError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetIdentityProviderError, R>) -> Self
fn from(err: SdkError<GetIdentityProviderError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetNetworkSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetNetworkSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetNetworkSettingsError, R>) -> Self
fn from(err: SdkError<GetNetworkSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetPortalError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetPortalError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetPortalError, R>) -> Self
fn from(err: SdkError<GetPortalError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetPortalServiceProviderMetadataError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetPortalServiceProviderMetadataError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetPortalServiceProviderMetadataError, R>) -> Self
fn from(err: SdkError<GetPortalServiceProviderMetadataError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetTrustStoreCertificateError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetTrustStoreCertificateError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetTrustStoreCertificateError, R>) -> Self
fn from(err: SdkError<GetTrustStoreCertificateError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetTrustStoreError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetTrustStoreError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetTrustStoreError, R>) -> Self
fn from(err: SdkError<GetTrustStoreError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetUserAccessLoggingSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetUserAccessLoggingSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetUserAccessLoggingSettingsError, R>) -> Self
fn from(err: SdkError<GetUserAccessLoggingSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetUserSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetUserSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetUserSettingsError, R>) -> Self
fn from(err: SdkError<GetUserSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListBrowserSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBrowserSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListBrowserSettingsError, R>) -> Self
fn from(err: SdkError<ListBrowserSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListIdentityProvidersError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListIdentityProvidersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListIdentityProvidersError, R>) -> Self
fn from(err: SdkError<ListIdentityProvidersError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListNetworkSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListNetworkSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListNetworkSettingsError, R>) -> Self
fn from(err: SdkError<ListNetworkSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListPortalsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListPortalsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListPortalsError, R>) -> Self
fn from(err: SdkError<ListPortalsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListTrustStoreCertificatesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTrustStoreCertificatesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListTrustStoreCertificatesError, R>) -> Self
fn from(err: SdkError<ListTrustStoreCertificatesError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListTrustStoresError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTrustStoresError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListTrustStoresError, R>) -> Self
fn from(err: SdkError<ListTrustStoresError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListUserAccessLoggingSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListUserAccessLoggingSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListUserAccessLoggingSettingsError, R>) -> Self
fn from(err: SdkError<ListUserAccessLoggingSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListUserSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListUserSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListUserSettingsError, R>) -> Self
fn from(err: SdkError<ListUserSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<TagResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<TagResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<TagResourceError, R>) -> Self
fn from(err: SdkError<TagResourceError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UntagResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UntagResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UntagResourceError, R>) -> Self
fn from(err: SdkError<UntagResourceError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdateBrowserSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateBrowserSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdateBrowserSettingsError, R>) -> Self
fn from(err: SdkError<UpdateBrowserSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdateIdentityProviderError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateIdentityProviderError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdateIdentityProviderError, R>) -> Self
fn from(err: SdkError<UpdateIdentityProviderError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdateNetworkSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateNetworkSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdateNetworkSettingsError, R>) -> Self
fn from(err: SdkError<UpdateNetworkSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdatePortalError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdatePortalError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdatePortalError, R>) -> Self
fn from(err: SdkError<UpdatePortalError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdateTrustStoreError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateTrustStoreError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdateTrustStoreError, R>) -> Self
fn from(err: SdkError<UpdateTrustStoreError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdateUserAccessLoggingSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateUserAccessLoggingSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdateUserAccessLoggingSettingsError, R>) -> Self
fn from(err: SdkError<UpdateUserAccessLoggingSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdateUserSettingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateUserSettingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdateUserSettingsError, R>) -> Self
fn from(err: SdkError<UpdateUserSettingsError, R>) -> Self
Converts to this type from the input type.
source§impl From<TagResourceError> for Error
impl From<TagResourceError> for Error
source§fn from(err: TagResourceError) -> Self
fn from(err: TagResourceError) -> Self
Converts to this type from the input type.
source§impl From<UntagResourceError> for Error
impl From<UntagResourceError> for Error
source§fn from(err: UntagResourceError) -> Self
fn from(err: UntagResourceError) -> Self
Converts to this type from the input type.
source§impl From<UpdateBrowserSettingsError> for Error
impl From<UpdateBrowserSettingsError> for Error
source§fn from(err: UpdateBrowserSettingsError) -> Self
fn from(err: UpdateBrowserSettingsError) -> Self
Converts to this type from the input type.
source§impl From<UpdateIdentityProviderError> for Error
impl From<UpdateIdentityProviderError> for Error
source§fn from(err: UpdateIdentityProviderError) -> Self
fn from(err: UpdateIdentityProviderError) -> Self
Converts to this type from the input type.
source§impl From<UpdateNetworkSettingsError> for Error
impl From<UpdateNetworkSettingsError> for Error
source§fn from(err: UpdateNetworkSettingsError) -> Self
fn from(err: UpdateNetworkSettingsError) -> Self
Converts to this type from the input type.
source§impl From<UpdatePortalError> for Error
impl From<UpdatePortalError> for Error
source§fn from(err: UpdatePortalError) -> Self
fn from(err: UpdatePortalError) -> Self
Converts to this type from the input type.
source§impl From<UpdateTrustStoreError> for Error
impl From<UpdateTrustStoreError> for Error
source§fn from(err: UpdateTrustStoreError) -> Self
fn from(err: UpdateTrustStoreError) -> Self
Converts to this type from the input type.
source§impl From<UpdateUserAccessLoggingSettingsError> for Error
impl From<UpdateUserAccessLoggingSettingsError> for Error
source§fn from(err: UpdateUserAccessLoggingSettingsError) -> Self
fn from(err: UpdateUserAccessLoggingSettingsError) -> Self
Converts to this type from the input type.
source§impl From<UpdateUserSettingsError> for Error
impl From<UpdateUserSettingsError> for Error
source§fn from(err: UpdateUserSettingsError) -> Self
fn from(err: UpdateUserSettingsError) -> Self
Converts to this type from the input type.