Class: Aws::IoT::Types::TaskAlreadyExistsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

This exception occurs if you attempt to start a task with the same task-id as an existing task but with a different clientRequestToken.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


14397
14398
14399
14400
14401
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14397

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