Class: Aws::QConnect::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
The request could not be processed because of conflict in the current state of the resource. For example, if you’re using a ‘Create` API (such as `CreateAssistant`) that accepts name, a conflicting resource (usually with the same name) is being created or mutated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1734 1735 1736 1737 1738 |
# File 'lib/aws-sdk-qconnect/types.rb', line 1734 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |