Enum aws_sdk_workspaces::Error
source · [−]#[non_exhaustive]
pub enum Error {
Show 15 variants
AccessDeniedException(AccessDeniedException),
InvalidParameterValuesException(InvalidParameterValuesException),
InvalidResourceStateException(InvalidResourceStateException),
OperationInProgressException(OperationInProgressException),
OperationNotSupportedException(OperationNotSupportedException),
ResourceAlreadyExistsException(ResourceAlreadyExistsException),
ResourceAssociatedException(ResourceAssociatedException),
ResourceCreationFailedException(ResourceCreationFailedException),
ResourceLimitExceededException(ResourceLimitExceededException),
ResourceNotFoundException(ResourceNotFoundException),
ResourceUnavailableException(ResourceUnavailableException),
UnsupportedNetworkConfigurationException(UnsupportedNetworkConfigurationException),
UnsupportedWorkspaceConfigurationException(UnsupportedWorkspaceConfigurationException),
WorkspacesDefaultRoleNotFoundException(WorkspacesDefaultRoleNotFoundException),
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)
The user is not authorized to access a resource.
InvalidParameterValuesException(InvalidParameterValuesException)
One or more parameter values are not valid.
InvalidResourceStateException(InvalidResourceStateException)
The state of the resource is not valid for this operation.
OperationInProgressException(OperationInProgressException)
The properties of this WorkSpace are currently being modified. Try again in a moment.
OperationNotSupportedException(OperationNotSupportedException)
This operation is not supported.
ResourceAlreadyExistsException(ResourceAlreadyExistsException)
The specified resource already exists.
ResourceAssociatedException(ResourceAssociatedException)
The resource is associated with a directory.
ResourceCreationFailedException(ResourceCreationFailedException)
The resource could not be created.
ResourceLimitExceededException(ResourceLimitExceededException)
Your resource limits have been exceeded.
ResourceNotFoundException(ResourceNotFoundException)
The resource could not be found.
ResourceUnavailableException(ResourceUnavailableException)
The specified resource is not available.
UnsupportedNetworkConfigurationException(UnsupportedNetworkConfigurationException)
The configuration of this network is not supported for this operation, or your network configuration conflicts with the Amazon WorkSpaces management network IP range. For more information, see Configure a VPC for Amazon WorkSpaces.
UnsupportedWorkspaceConfigurationException(UnsupportedWorkspaceConfigurationException)
The configuration of this WorkSpace is not supported for this operation. For more information, see Required Configuration and Service Components for WorkSpaces .
WorkspacesDefaultRoleNotFoundException(WorkspacesDefaultRoleNotFoundException)
The workspaces_DefaultRole role could not be found. If this is the first time you are registering a directory, you will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see Creating the workspaces_DefaultRole Role.
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<AssociateConnectionAliasError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateConnectionAliasError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateConnectionAliasError, R>) -> Self
fn from(err: SdkError<AssociateConnectionAliasError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<AssociateIpGroupsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AssociateIpGroupsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AssociateIpGroupsError, R>) -> Self
fn from(err: SdkError<AssociateIpGroupsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<AuthorizeIpRulesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AuthorizeIpRulesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AuthorizeIpRulesError, R>) -> Self
fn from(err: SdkError<AuthorizeIpRulesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CopyWorkspaceImageError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CopyWorkspaceImageError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CopyWorkspaceImageError, R>) -> Self
fn from(err: SdkError<CopyWorkspaceImageError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateConnectClientAddInError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateConnectClientAddInError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateConnectClientAddInError, R>) -> Self
fn from(err: SdkError<CreateConnectClientAddInError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateConnectionAliasError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateConnectionAliasError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateConnectionAliasError, R>) -> Self
fn from(err: SdkError<CreateConnectionAliasError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateIpGroupError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateIpGroupError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateIpGroupError, R>) -> Self
fn from(err: SdkError<CreateIpGroupError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateTagsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateTagsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateTagsError, R>) -> Self
fn from(err: SdkError<CreateTagsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateUpdatedWorkspaceImageError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateUpdatedWorkspaceImageError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateUpdatedWorkspaceImageError, R>) -> Self
fn from(err: SdkError<CreateUpdatedWorkspaceImageError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateWorkspaceBundleError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateWorkspaceBundleError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateWorkspaceBundleError, R>) -> Self
fn from(err: SdkError<CreateWorkspaceBundleError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateWorkspacesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateWorkspacesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateWorkspacesError, R>) -> Self
fn from(err: SdkError<CreateWorkspacesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteClientBrandingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteClientBrandingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteClientBrandingError, R>) -> Self
fn from(err: SdkError<DeleteClientBrandingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteConnectClientAddInError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteConnectClientAddInError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteConnectClientAddInError, R>) -> Self
fn from(err: SdkError<DeleteConnectClientAddInError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteConnectionAliasError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteConnectionAliasError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteConnectionAliasError, R>) -> Self
fn from(err: SdkError<DeleteConnectionAliasError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteIpGroupError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteIpGroupError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteIpGroupError, R>) -> Self
fn from(err: SdkError<DeleteIpGroupError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteTagsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteTagsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteTagsError, R>) -> Self
fn from(err: SdkError<DeleteTagsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteWorkspaceBundleError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteWorkspaceBundleError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteWorkspaceBundleError, R>) -> Self
fn from(err: SdkError<DeleteWorkspaceBundleError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteWorkspaceImageError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteWorkspaceImageError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteWorkspaceImageError, R>) -> Self
fn from(err: SdkError<DeleteWorkspaceImageError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeregisterWorkspaceDirectoryError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeregisterWorkspaceDirectoryError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeregisterWorkspaceDirectoryError, R>) -> Self
fn from(err: SdkError<DeregisterWorkspaceDirectoryError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeAccountError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeAccountError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeAccountError, R>) -> Self
fn from(err: SdkError<DescribeAccountError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeAccountModificationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeAccountModificationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeAccountModificationsError, R>) -> Self
fn from(err: SdkError<DescribeAccountModificationsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeClientBrandingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeClientBrandingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeClientBrandingError, R>) -> Self
fn from(err: SdkError<DescribeClientBrandingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeClientPropertiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeClientPropertiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeClientPropertiesError, R>) -> Self
fn from(err: SdkError<DescribeClientPropertiesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeConnectClientAddInsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeConnectClientAddInsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeConnectClientAddInsError, R>) -> Self
fn from(err: SdkError<DescribeConnectClientAddInsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeConnectionAliasPermissionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeConnectionAliasPermissionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeConnectionAliasPermissionsError, R>) -> Self
fn from(err: SdkError<DescribeConnectionAliasPermissionsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeConnectionAliasesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeConnectionAliasesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeConnectionAliasesError, R>) -> Self
fn from(err: SdkError<DescribeConnectionAliasesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeIpGroupsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeIpGroupsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeIpGroupsError, R>) -> Self
fn from(err: SdkError<DescribeIpGroupsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeTagsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeTagsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeTagsError, R>) -> Self
fn from(err: SdkError<DescribeTagsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeWorkspaceBundlesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeWorkspaceBundlesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeWorkspaceBundlesError, R>) -> Self
fn from(err: SdkError<DescribeWorkspaceBundlesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeWorkspaceDirectoriesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeWorkspaceDirectoriesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeWorkspaceDirectoriesError, R>) -> Self
fn from(err: SdkError<DescribeWorkspaceDirectoriesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeWorkspaceImagePermissionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeWorkspaceImagePermissionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeWorkspaceImagePermissionsError, R>) -> Self
fn from(err: SdkError<DescribeWorkspaceImagePermissionsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeWorkspaceImagesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeWorkspaceImagesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeWorkspaceImagesError, R>) -> Self
fn from(err: SdkError<DescribeWorkspaceImagesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeWorkspaceSnapshotsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeWorkspaceSnapshotsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeWorkspaceSnapshotsError, R>) -> Self
fn from(err: SdkError<DescribeWorkspaceSnapshotsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeWorkspacesConnectionStatusError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeWorkspacesConnectionStatusError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeWorkspacesConnectionStatusError, R>) -> Self
fn from(err: SdkError<DescribeWorkspacesConnectionStatusError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeWorkspacesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeWorkspacesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeWorkspacesError, R>) -> Self
fn from(err: SdkError<DescribeWorkspacesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DisassociateConnectionAliasError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateConnectionAliasError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateConnectionAliasError, R>) -> Self
fn from(err: SdkError<DisassociateConnectionAliasError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DisassociateIpGroupsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateIpGroupsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateIpGroupsError, R>) -> Self
fn from(err: SdkError<DisassociateIpGroupsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ImportClientBrandingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ImportClientBrandingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ImportClientBrandingError, R>) -> Self
fn from(err: SdkError<ImportClientBrandingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ImportWorkspaceImageError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ImportWorkspaceImageError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ImportWorkspaceImageError, R>) -> Self
fn from(err: SdkError<ImportWorkspaceImageError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListAvailableManagementCidrRangesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListAvailableManagementCidrRangesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListAvailableManagementCidrRangesError, R>) -> Self
fn from(err: SdkError<ListAvailableManagementCidrRangesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<MigrateWorkspaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<MigrateWorkspaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<MigrateWorkspaceError, R>) -> Self
fn from(err: SdkError<MigrateWorkspaceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ModifyAccountError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ModifyAccountError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ModifyAccountError, R>) -> Self
fn from(err: SdkError<ModifyAccountError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ModifyClientPropertiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ModifyClientPropertiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ModifyClientPropertiesError, R>) -> Self
fn from(err: SdkError<ModifyClientPropertiesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ModifySelfservicePermissionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ModifySelfservicePermissionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ModifySelfservicePermissionsError, R>) -> Self
fn from(err: SdkError<ModifySelfservicePermissionsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ModifyWorkspaceAccessPropertiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ModifyWorkspaceAccessPropertiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ModifyWorkspaceAccessPropertiesError, R>) -> Self
fn from(err: SdkError<ModifyWorkspaceAccessPropertiesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ModifyWorkspaceCreationPropertiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ModifyWorkspaceCreationPropertiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ModifyWorkspaceCreationPropertiesError, R>) -> Self
fn from(err: SdkError<ModifyWorkspaceCreationPropertiesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ModifyWorkspacePropertiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ModifyWorkspacePropertiesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ModifyWorkspacePropertiesError, R>) -> Self
fn from(err: SdkError<ModifyWorkspacePropertiesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ModifyWorkspaceStateError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ModifyWorkspaceStateError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ModifyWorkspaceStateError, R>) -> Self
fn from(err: SdkError<ModifyWorkspaceStateError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RebootWorkspacesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RebootWorkspacesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RebootWorkspacesError, R>) -> Self
fn from(err: SdkError<RebootWorkspacesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RebuildWorkspacesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RebuildWorkspacesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RebuildWorkspacesError, R>) -> Self
fn from(err: SdkError<RebuildWorkspacesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RegisterWorkspaceDirectoryError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RegisterWorkspaceDirectoryError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RegisterWorkspaceDirectoryError, R>) -> Self
fn from(err: SdkError<RegisterWorkspaceDirectoryError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RestoreWorkspaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RestoreWorkspaceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RestoreWorkspaceError, R>) -> Self
fn from(err: SdkError<RestoreWorkspaceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RevokeIpRulesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RevokeIpRulesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RevokeIpRulesError, R>) -> Self
fn from(err: SdkError<RevokeIpRulesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StartWorkspacesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StartWorkspacesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StartWorkspacesError, R>) -> Self
fn from(err: SdkError<StartWorkspacesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<StopWorkspacesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<StopWorkspacesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<StopWorkspacesError, R>) -> Self
fn from(err: SdkError<StopWorkspacesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<TerminateWorkspacesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<TerminateWorkspacesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<TerminateWorkspacesError, R>) -> Self
fn from(err: SdkError<TerminateWorkspacesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateConnectClientAddInError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateConnectClientAddInError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateConnectClientAddInError, R>) -> Self
fn from(err: SdkError<UpdateConnectClientAddInError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateConnectionAliasPermissionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateConnectionAliasPermissionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateConnectionAliasPermissionError, R>) -> Self
fn from(err: SdkError<UpdateConnectionAliasPermissionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateRulesOfIpGroupError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateRulesOfIpGroupError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateRulesOfIpGroupError, R>) -> Self
fn from(err: SdkError<UpdateRulesOfIpGroupError, 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