Class: Aws::Chatbot::Types::UpdateSlackChannelConfigurationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::UpdateSlackChannelConfigurationException
- 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
1921 1922 1923 1924 1925 |
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1921 class UpdateSlackChannelConfigurationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |