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