Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/aws/sagemaker/commonv2/sagemaker_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def _verify_resource_consumption(self) -> bool:
"""
submission_ack_printed = False
ERROR_NOT_CREATED_MESSAGE = "An error occurred while getting resource arn, ACK CR created but Sagemaker resource not created."
ERROR_UPDATE_MESSAGE = "An error occured when getting the resource arn. Check the ACK Sagemaker Controller logs."
ERROR_UPDATE_MESSAGE = "An error occurred when getting the resource arn. Check the ACK Sagemaker Controller logs."

try:
while True:
Expand Down
Loading