We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d699533 commit 41a5cefCopy full SHA for 41a5cef
packages/core/src/awsService/sagemaker/sagemakerSpace.ts
@@ -36,6 +36,7 @@ export class SagemakerSpace {
36
}
37
38
public updateSpace(spaceApp: SagemakerSpaceApp) {
39
+ // Edge case when this.spaceApp.App is null, returned by ListApp API for a Space that is not connected to for over 24 hours
40
if (!this.spaceApp.App) {
41
this.spaceApp.App = spaceApp.App
42
0 commit comments