Skip to content

Commit f38230a

Browse files
authored
Update the Invalid Shape message (#1242)
1 parent e9aaef2 commit f38230a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/aqua/modeldeployment/deployment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def create(
199199
if create_deployment_details.instance_shape.lower() not in available_shapes:
200200
raise AquaValueError(
201201
f"Invalid Instance Shape. The selected shape '{create_deployment_details.instance_shape}' "
202-
f"is not available in the {self.region} region. Please choose another shape to deploy the model."
202+
f"is not supported in the {self.region} region. Please choose another shape to deploy the model."
203203
)
204204

205205
# Get container config

0 commit comments

Comments
 (0)