#[non_exhaustive]pub struct FailedCreateStandbyWorkspacesRequest { /* private fields */ }Expand description
Describes the Standby WorkSpace that could not be created.
Implementations§
source§impl FailedCreateStandbyWorkspacesRequest
impl FailedCreateStandbyWorkspacesRequest
sourcepub fn standby_workspace_request(&self) -> Option<&StandbyWorkspace>
pub fn standby_workspace_request(&self) -> Option<&StandbyWorkspace>
Information about the Standby WorkSpace that could not be created.
sourcepub fn error_code(&self) -> Option<&str>
pub fn error_code(&self) -> Option<&str>
The error code that is returned if the Standby WorkSpace could not be created.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
The text of the error message that is returned if the Standby WorkSpace could not be created.
source§impl FailedCreateStandbyWorkspacesRequest
impl FailedCreateStandbyWorkspacesRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FailedCreateStandbyWorkspacesRequest.
Trait Implementations§
source§impl Clone for FailedCreateStandbyWorkspacesRequest
impl Clone for FailedCreateStandbyWorkspacesRequest
source§fn clone(&self) -> FailedCreateStandbyWorkspacesRequest
fn clone(&self) -> FailedCreateStandbyWorkspacesRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<FailedCreateStandbyWorkspacesRequest> for FailedCreateStandbyWorkspacesRequest
impl PartialEq<FailedCreateStandbyWorkspacesRequest> for FailedCreateStandbyWorkspacesRequest
source§fn eq(&self, other: &FailedCreateStandbyWorkspacesRequest) -> bool
fn eq(&self, other: &FailedCreateStandbyWorkspacesRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.