Class: Aws::QConnect::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/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

#messageString

Returns:

  • (String)


462
463
464
465
466
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 462

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