Struct rusoto_workspaces::FailedWorkspaceChangeRequest [] [src]

pub struct FailedWorkspaceChangeRequest {
    pub error_code: Option<String>,
    pub error_message: Option<String>,
    pub workspace_id: Option<String>,
}

Contains information about a WorkSpace that could not be rebooted (RebootWorkspaces), rebuilt (RebuildWorkspaces), terminated (TerminateWorkspaces), started (StartWorkspaces), or stopped (StopWorkspaces).

Fields

The error code.

The textual error message.

The identifier of the WorkSpace.

Trait Implementations

impl Default for FailedWorkspaceChangeRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for FailedWorkspaceChangeRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FailedWorkspaceChangeRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations