Connect Customer eventual consistency
The Connect Customer API follows an eventual consistency
When you perform Connect Customer API calls, there might be a brief delay before the
change is available throughout Connect Customer. It typically takes less than a few
seconds for the change to propagate throughout the system, but in some cases it can take
several minutes. You might get unexpected errors, such as a
ResourceNotFoundException or an InvalidRequestException,
during this time. For example, Connect Customer might return a
ResourceNotFoundException if you call DescribeUser immediately
after calling CreateUser.
We recommend that you configure a retry strategy on your Connect Customer clients to automatically retry operations after a brief waiting period. For more information, see Retry behavior in the AWS SDKs and Tools Reference Guide.