Class: Aws::Chatbot::Errors::GetAccountPreferencesException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetAccountPreferencesException.

Parameters:



299
300
301
# File 'lib/aws-sdk-chatbot/errors.rb', line 299

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

Instance Method Details

#messageString

Returns:

  • (String)


304
# File 'lib/aws-sdk-chatbot/errors.rb', line 304

def message: () -> ::String