Class: Aws::Chime::Errors::ConflictException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException

Returns a new instance of ConflictException.

Parameters:



93
94
95
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/errors.rb', line 93

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#codeString

Returns:

  • (String)


98
99
100
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/errors.rb', line 98

def code
  @code || @data[:code]
end

#messageString

Returns:

  • (String)


103
104
105
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/errors.rb', line 103

def message
  @message || @data[:message]
end