ClientRequestTokenRequiredException
A client request token is required. A client request token is an unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.
Types
Properties
Functions
Link copied to clipboard
inline fun copy(block: ClientRequestTokenRequiredException.Builder.() -> Unit = {}): ClientRequestTokenRequiredException