| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.WorkSpaces.Types.FailedCreateStandbyWorkspacesRequest
Description
Synopsis
- data FailedCreateStandbyWorkspacesRequest = FailedCreateStandbyWorkspacesRequest' {}
- newFailedCreateStandbyWorkspacesRequest :: FailedCreateStandbyWorkspacesRequest
- failedCreateStandbyWorkspacesRequest_errorCode :: Lens' FailedCreateStandbyWorkspacesRequest (Maybe Text)
- failedCreateStandbyWorkspacesRequest_errorMessage :: Lens' FailedCreateStandbyWorkspacesRequest (Maybe Text)
- failedCreateStandbyWorkspacesRequest_standbyWorkspaceRequest :: Lens' FailedCreateStandbyWorkspacesRequest (Maybe StandbyWorkspace)
Documentation
data FailedCreateStandbyWorkspacesRequest Source #
Describes the Standby WorkSpace that could not be created.
See: newFailedCreateStandbyWorkspacesRequest smart constructor.
Constructors
| FailedCreateStandbyWorkspacesRequest' | |
Fields
| |
Instances
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.
failedCreateStandbyWorkspacesRequest_standbyWorkspaceRequest :: Lens' FailedCreateStandbyWorkspacesRequest (Maybe StandbyWorkspace) Source #
Information about the Standby WorkSpace that could not be created.