Skip to content

Commit 49731a8

Browse files
author
AWS
committed
Amazon WorkSpaces Update: Releasing new ErrorCodes for SysPrep failures during ImageImport and CreateImage process
1 parent f574036 commit 49731a8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon WorkSpaces",
4+
"contributor": "",
5+
"description": "Releasing new ErrorCodes for SysPrep failures during ImageImport and CreateImage process"
6+
}

services/workspaces/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6622,7 +6622,10 @@
66226622
"ZeroRearmCount",
66236623
"InPlaceUpgrade",
66246624
"AntiVirusInstalled",
6625-
"UEFINotSupported"
6625+
"UEFINotSupported",
6626+
"UnknownError",
6627+
"AppXPackagesInstalled",
6628+
"ReservedStorageInUse"
66266629
]
66276630
},
66286631
"WorkspaceImageId":{

0 commit comments

Comments
 (0)