Class: Aws::Chatbot::Errors::DeleteSlackChannelConfigurationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Chatbot::Errors::DeleteSlackChannelConfigurationException
- Defined in:
- lib/aws-sdk-chatbot/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DeleteSlackChannelConfigurationException
constructor
A new instance of DeleteSlackChannelConfigurationException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DeleteSlackChannelConfigurationException
Returns a new instance of DeleteSlackChannelConfigurationException.
163 164 165 |
# File 'lib/aws-sdk-chatbot/errors.rb', line 163 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
168 169 170 |
# File 'lib/aws-sdk-chatbot/errors.rb', line 168 def @message || @data[:message] end |