Class: Aws::Chatbot::Errors::UpdateChimeWebhookConfigurationException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UpdateChimeWebhookConfigurationException.

Parameters:



509
510
511
# File 'lib/aws-sdk-chatbot/errors.rb', line 509

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

Instance Method Details

#messageString

Returns:

  • (String)


514
515
516
# File 'lib/aws-sdk-chatbot/errors.rb', line 514

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