Class: Aws::IoT::Types::TaskAlreadyExistsException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::TaskAlreadyExistsException
 
 
- 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
#message ⇒ String
      14397 14398 14399 14400 14401  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14397 class TaskAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |