Class: Aws::ConnectWisdomService::Types::ConflictException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectwisdomservice/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)


430
431
432
433
434
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 430

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