Class: Aws::Chatbot::Types::GetTeamsChannelConfigurationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::GetTeamsChannelConfigurationException
- Defined in:
- gems/aws-sdk-chatbot/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
1006 1007 1008 1009 1010 |
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1006 class GetTeamsChannelConfigurationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |