Class: Aws::CloudControlApi::Types::ClientTokenConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudControlApi::Types::ClientTokenConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudcontrolapi/types.rb
Overview
The specified client token has already been used in another resource request.
It’s best practice for client tokens to be unique for each resource operation request. However, client token expire after 36 hours.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
68 69 70 71 72 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 68 class ClientTokenConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |