Describe the bug
When trying to deploy the multi model endpoint, it is not being deployed due to internal error.
To reproduce
print('Waiting for {} endpoint to be in service...'.format(endpoint_name))
waiter = sm_client.get_waiter('endpoint_in_service')
waiter.wait(EndpointName=endpoint_name)
Expected behavior
I expected the endpoint to be deployed and available for service .
Screenshots or logs

Additional context*
Add any other context about the problem here.
Describe the bug
When trying to deploy the multi model endpoint, it is not being deployed due to internal error.
To reproduce
print('Waiting for {} endpoint to be in service...'.format(endpoint_name))
waiter = sm_client.get_waiter('endpoint_in_service')
waiter.wait(EndpointName=endpoint_name)
Expected behavior
I expected the endpoint to be deployed and available for service .
Screenshots or logs

Additional context*
Add any other context about the problem here.