Struct rusoto_workspaces::FailedCreateWorkspaceRequest [] [src]

pub struct FailedCreateWorkspaceRequest {
    pub error_code: Option<String>,
    pub error_message: Option<String>,
    pub workspace_request: Option<WorkspaceRequest>,
}

Contains information about a WorkSpace that could not be created.

Fields

The error code.

The textual error message.

A FailedCreateWorkspaceRequest$WorkspaceRequest object that contains the information about the WorkSpace that could not be created.

Trait Implementations

impl Default for FailedCreateWorkspaceRequest
[src]

[src]

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

impl Debug for FailedCreateWorkspaceRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for FailedCreateWorkspaceRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more