Class: Aws::ComputeOptimizerAutomation::Types::IdempotencyTokenInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::IdempotencyTokenInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
The specified client token is already in use.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1049 1050 1051 1052 1053 |
# File 'lib/aws-sdk-computeoptimizerautomation/types.rb', line 1049 class IdempotencyTokenInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |