Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data FailedWorkspaceChangeRequest = FailedWorkspaceChangeRequest' {
- errorCode :: Maybe Text
- workspaceId :: Maybe Text
- errorMessage :: Maybe Text
- newFailedWorkspaceChangeRequest :: FailedWorkspaceChangeRequest
- failedWorkspaceChangeRequest_errorCode :: Lens' FailedWorkspaceChangeRequest (Maybe Text)
- failedWorkspaceChangeRequest_workspaceId :: Lens' FailedWorkspaceChangeRequest (Maybe Text)
- failedWorkspaceChangeRequest_errorMessage :: 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.
FailedWorkspaceChangeRequest' | |
|
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:workspaceId:FailedWorkspaceChangeRequest'
, failedWorkspaceChangeRequest_workspaceId
- The identifier of the WorkSpace.
$sel:errorMessage:FailedWorkspaceChangeRequest'
, failedWorkspaceChangeRequest_errorMessage
- The text of the error message that is returned if the WorkSpace cannot
be rebooted.
failedWorkspaceChangeRequest_errorCode :: Lens' FailedWorkspaceChangeRequest (Maybe Text) Source #
The error code that is returned if the WorkSpace cannot be rebooted.
failedWorkspaceChangeRequest_workspaceId :: Lens' FailedWorkspaceChangeRequest (Maybe Text) Source #
The identifier of the WorkSpace.
failedWorkspaceChangeRequest_errorMessage :: Lens' FailedWorkspaceChangeRequest (Maybe Text) Source #
The text of the error message that is returned if the WorkSpace cannot be rebooted.