Struct aws_sdk_workspaces::model::FailedWorkspaceChangeRequest [−][src]
#[non_exhaustive]pub struct FailedWorkspaceChangeRequest {
pub workspace_id: Option<String>,
pub error_code: Option<String>,
pub error_message: Option<String>,
}
Expand description
Describes a WorkSpace that could not be rebooted. (RebootWorkspaces), rebuilt (RebuildWorkspaces), restored (RestoreWorkspace), terminated (TerminateWorkspaces), started (StartWorkspaces), or stopped (StopWorkspaces).
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.workspace_id: Option<String>
The identifier of the WorkSpace.
error_code: Option<String>
The error code that is returned if the WorkSpace cannot be rebooted.
error_message: Option<String>
The text of the error message that is returned if the WorkSpace cannot be rebooted.
Implementations
The identifier of the WorkSpace.
The error code that is returned if the WorkSpace cannot be rebooted.
The text of the error message that is returned if the WorkSpace cannot be rebooted.
Creates a new builder-style object to manufacture FailedWorkspaceChangeRequest
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for FailedWorkspaceChangeRequest
impl Sync for FailedWorkspaceChangeRequest
impl Unpin for FailedWorkspaceChangeRequest
impl UnwindSafe for FailedWorkspaceChangeRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more