Class: Aws::ComputeOptimizerAutomation::Types::IdempotencyTokenInUseException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizerautomation/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

#messageString

Returns:

  • (String)


1049
1050
1051
1052
1053
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1049

class IdempotencyTokenInUseException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end