Class: Aws::CodeCommit::Types::ClientRequestTokenRequiredException
- Inherits:
 - 
      EmptyStructure
      
        
- Object
 - EmptyStructure
 - Aws::CodeCommit::Types::ClientRequestTokenRequiredException
 
 
- Defined in:
 - lib/aws-sdk-codecommit/types.rb
 
Overview
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.