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

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
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 '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
# File 'lib/aws-sdk-chime/errors.rb', line 98

def code: () -> ::String

#messageString

Returns:

  • (String)


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

def message: () -> ::String