Sagemaker deployment failed due to SaveApiGatewayUrlToS3 (no such key)

0

I recently created a sagemaker model for data cloud salesforce integration, I approved the version and pipeline was created Source and Build are successful but deploy step was rolled back due to error { "Status": "FAILED", "Reason": "See the details in CloudWatch Log Stream: 2023/11/08/[$LATEST]c5febeebe3cb430a8361848313accfba", "PhysicalResourceId": "kf1qomi352:sagemaker-project-p-3xuwik7omlfe", "StackId": "arn:aws:cloudformation:us-east-2:853249882964:stack/sagemaker-SagemkrSalesforce-p-3xuwik7omlfe-deploy-prod/dd538c10-7e69-11ee-8f35-02c8d1225853", "RequestId": "7179e7bd-5a09-4069-a3ad-15aefb96b068", "LogicalResourceId": "SaveApiGatewayUrlToS3", "NoEcho": false, "Data": { "Error": "An error occurred (NoSuchKey) when calling the GetObject operation: The specified key does not exist." } } /aws/lambda/sagemaker-SagemkrSalesfor-SaveApiGatewayUrlToS3Fun-K2si0seGRzrq (cloudwatch)

I checked the code and it has correct bucket name and key

Enter image description here Enter image description here