clientToken
ClientToken
is an idempotency token that ensures a call to CreateProfile
completes only once. You choose the value to pass. For example, an issue might prevent you from getting a response from CreateProfile
. In this case, safely retry your call to CreateProfile
by using the same CreateProfile
parameter value.