Class: Aws::ConnectParticipant::Types::ConflictException

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

Overview

The requested operation conflicts with the current state of a service resource associated with the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


107
108
109
110
111
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 107

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