Class: Aws::ConnectCases::Types::ConflictException

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

Overview

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


358
359
360
361
362
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 358

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