Skip to content

Commit f14bdf9

Browse files
committed
fix message
1 parent 5e8f408 commit f14bdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-library/tests/test_ec2_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ async def mock_start_instances(*args, **kwargs) -> Any:
472472
error_response: dict[str, Any] = {
473473
"Error": {
474474
"Code": "InsufficientInstanceCapacity",
475-
"Message": "An error occurred (InsufficientInstanceCapacity) when calling the StartInstances operation (reached max retries: 4): We currently do not have sufficient g4dn.4xlarge capacity in the Availability Zone you requested (us-east-1a). Our system will be working on provisioning additional capacity. You can currently get g4dn.4xlarge capacity by not specifying an Availability Zone in your request or choosing us-east-1b, us-east-1c, us-east-1d, us-east-1f",
475+
"Message": "An error occurred (InsufficientInstanceCapacity) when calling the StartInstances operation (reached max retries: 4): Insufficient capacity.",
476476
},
477477
}
478478
raise botocore.exceptions.ClientError(error_response, "StartInstances") # type: ignore

0 commit comments

Comments
 (0)