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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


15040
15041
15042
15043
15044
# File 'lib/aws-sdk-iot/types.rb', line 15040

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