Class: Aws::SocialMessaging::Types::ConflictException

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

Overview

Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


89
90
91
92
93
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 89

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