Class: Aws::AugmentedAIRuntime::Types::ConflictException

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

Overview

Your request has the same name as another active human loop but has different input data. You cannot start two human loops with the same name and different input data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


22
23
24
25
26
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 22

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