Class: Aws::AugmentedAIRuntime::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AugmentedAIRuntime::Types::ConflictException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
22 23 24 25 26 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 22 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |