Class: Aws::Chatbot::Errors::UpdateTeamsChannelConfigurationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Chatbot::Errors::UpdateTeamsChannelConfigurationException
- Defined in:
- lib/aws-sdk-chatbot/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UpdateTeamsChannelConfigurationException
constructor
A new instance of UpdateTeamsChannelConfigurationException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UpdateTeamsChannelConfigurationException
Returns a new instance of UpdateTeamsChannelConfigurationException.
523 524 525 |
# File 'lib/aws-sdk-chatbot/errors.rb', line 523 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
528 529 530 |
# File 'lib/aws-sdk-chatbot/errors.rb', line 528 def @message || @data[:message] end |