Class: Aws::Chatbot::Types::ListMicrosoftTeamsConfiguredTeamsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::ListMicrosoftTeamsConfiguredTeamsException
- 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
1100 1101 1102 1103 1104 |
# File 'lib/aws-sdk-chatbot/types.rb', line 1100 class ListMicrosoftTeamsConfiguredTeamsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |