We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a6fa3 commit 549fcbdCopy full SHA for 549fcbd
tools/amplify-preview/amplify.go
@@ -72,7 +72,7 @@ func (amp *AmplifyPreview) FindExistingBranch(ctx context.Context, branchName st
72
}
73
74
for resp := range resultCh {
75
- var errNotFound *types.ResourceNotFoundException
+ var errNotFound *types.NotFoundException
76
if errors.As(resp.err, &errNotFound) {
77
logger.Debug("Branch not found", logKeyAppID, resp.appID, logKeyBranchName, branchName)
78
continue
0 commit comments