| 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.FailedCreateWorkspaceRequest
Description
Synopsis
- data FailedCreateWorkspaceRequest = FailedCreateWorkspaceRequest' {}
- newFailedCreateWorkspaceRequest :: FailedCreateWorkspaceRequest
- failedCreateWorkspaceRequest_errorCode :: Lens' FailedCreateWorkspaceRequest (Maybe Text)
- failedCreateWorkspaceRequest_errorMessage :: Lens' FailedCreateWorkspaceRequest (Maybe Text)
- failedCreateWorkspaceRequest_workspaceRequest :: Lens' FailedCreateWorkspaceRequest (Maybe WorkspaceRequest)
Documentation
data FailedCreateWorkspaceRequest Source #
Describes a WorkSpace that cannot be created.
See: newFailedCreateWorkspaceRequest smart constructor.
Constructors
| FailedCreateWorkspaceRequest' | |
Fields
| |
Instances
newFailedCreateWorkspaceRequest :: FailedCreateWorkspaceRequest Source #
Create a value of FailedCreateWorkspaceRequest 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:FailedCreateWorkspaceRequest', failedCreateWorkspaceRequest_errorCode - The error code that is returned if the WorkSpace cannot be created.
$sel:errorMessage:FailedCreateWorkspaceRequest', failedCreateWorkspaceRequest_errorMessage - The text of the error message that is returned if the WorkSpace cannot
be created.
$sel:workspaceRequest:FailedCreateWorkspaceRequest', failedCreateWorkspaceRequest_workspaceRequest - Information about the WorkSpace.
failedCreateWorkspaceRequest_errorCode :: Lens' FailedCreateWorkspaceRequest (Maybe Text) Source #
The error code that is returned if the WorkSpace cannot be created.
failedCreateWorkspaceRequest_errorMessage :: Lens' FailedCreateWorkspaceRequest (Maybe Text) Source #
The text of the error message that is returned if the WorkSpace cannot be created.
failedCreateWorkspaceRequest_workspaceRequest :: Lens' FailedCreateWorkspaceRequest (Maybe WorkspaceRequest) Source #
Information about the WorkSpace.