| 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.FailedWorkspaceChangeRequest
Description
Synopsis
- data FailedWorkspaceChangeRequest = FailedWorkspaceChangeRequest' {
- errorCode :: Maybe Text
- errorMessage :: Maybe Text
- workspaceId :: Maybe Text
- newFailedWorkspaceChangeRequest :: FailedWorkspaceChangeRequest
- failedWorkspaceChangeRequest_errorCode :: Lens' FailedWorkspaceChangeRequest (Maybe Text)
- failedWorkspaceChangeRequest_errorMessage :: Lens' FailedWorkspaceChangeRequest (Maybe Text)
- failedWorkspaceChangeRequest_workspaceId :: Lens' FailedWorkspaceChangeRequest (Maybe Text)
Documentation
data FailedWorkspaceChangeRequest Source #
Describes a WorkSpace that could not be rebooted. (RebootWorkspaces), rebuilt (RebuildWorkspaces), restored (RestoreWorkspace), terminated (TerminateWorkspaces), started (StartWorkspaces), or stopped (StopWorkspaces).
See: newFailedWorkspaceChangeRequest smart constructor.
Constructors
| FailedWorkspaceChangeRequest' | |
Fields
| |
Instances
newFailedWorkspaceChangeRequest :: FailedWorkspaceChangeRequest Source #
Create a value of FailedWorkspaceChangeRequest 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:FailedWorkspaceChangeRequest', failedWorkspaceChangeRequest_errorCode - The error code that is returned if the WorkSpace cannot be rebooted.
$sel:errorMessage:FailedWorkspaceChangeRequest', failedWorkspaceChangeRequest_errorMessage - The text of the error message that is returned if the WorkSpace cannot
be rebooted.
$sel:workspaceId:FailedWorkspaceChangeRequest', failedWorkspaceChangeRequest_workspaceId - The identifier of the WorkSpace.
failedWorkspaceChangeRequest_errorCode :: Lens' FailedWorkspaceChangeRequest (Maybe Text) Source #
The error code that is returned if the WorkSpace cannot be rebooted.
failedWorkspaceChangeRequest_errorMessage :: Lens' FailedWorkspaceChangeRequest (Maybe Text) Source #
The text of the error message that is returned if the WorkSpace cannot be rebooted.
failedWorkspaceChangeRequest_workspaceId :: Lens' FailedWorkspaceChangeRequest (Maybe Text) Source #
The identifier of the WorkSpace.