amazonka-workspaces-2.0: Amazon WorkSpaces SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest

Description

 
Synopsis

Documentation

data FailedCreateStandbyWorkspacesRequest Source #

Describes the Standby WorkSpace that could not be created.

See: newFailedCreateStandbyWorkspacesRequest smart constructor.

Constructors

FailedCreateStandbyWorkspacesRequest' 

Fields

Instances

Instances details
FromJSON FailedCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest

Generic FailedCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest

Read FailedCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest

Show FailedCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest

NFData FailedCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest

Eq FailedCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest

Hashable FailedCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest

type Rep FailedCreateStandbyWorkspacesRequest Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest

type Rep FailedCreateStandbyWorkspacesRequest = D1 ('MetaData "FailedCreateStandbyWorkspacesRequest" "Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "FailedCreateStandbyWorkspacesRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "standbyWorkspaceRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StandbyWorkspace)))))

newFailedCreateStandbyWorkspacesRequest :: FailedCreateStandbyWorkspacesRequest Source #

Create a value of FailedCreateStandbyWorkspacesRequest with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorCode:FailedCreateStandbyWorkspacesRequest', failedCreateStandbyWorkspacesRequest_errorCode - The error code that is returned if the Standby WorkSpace could not be created.

$sel:errorMessage:FailedCreateStandbyWorkspacesRequest', failedCreateStandbyWorkspacesRequest_errorMessage - The text of the error message that is returned if the Standby WorkSpace could not be created.

$sel:standbyWorkspaceRequest:FailedCreateStandbyWorkspacesRequest', failedCreateStandbyWorkspacesRequest_standbyWorkspaceRequest - Information about the Standby WorkSpace that could not be created.

failedCreateStandbyWorkspacesRequest_errorCode :: Lens' FailedCreateStandbyWorkspacesRequest (Maybe Text) Source #

The error code that is returned if the Standby WorkSpace could not be created.

failedCreateStandbyWorkspacesRequest_errorMessage :: Lens' FailedCreateStandbyWorkspacesRequest (Maybe Text) Source #

The text of the error message that is returned if the Standby WorkSpace could not be created.