Class: Aws::Chatbot::Types::UpdateTeamsChannelConfigurationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::UpdateTeamsChannelConfigurationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
We can’t process your request right now because of a server issue. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2010 2011 2012 2013 2014 |
# File 'lib/aws-sdk-chatbot/types.rb', line 2010 class UpdateTeamsChannelConfigurationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |