Class: Aws::Chime::Errors::ServiceFailureException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceFailureException.

Parameters:



173
174
175
# File 'lib/aws-sdk-chime/errors.rb', line 173

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

Instance Method Details

#codeString

Returns:

  • (String)


178
179
180
# File 'lib/aws-sdk-chime/errors.rb', line 178

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

#messageString

Returns:

  • (String)


183
184
185
# File 'lib/aws-sdk-chime/errors.rb', line 183

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