Class: Aws::Chatbot::Types::DescribeSlackWorkspacesException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::DescribeSlackWorkspacesException
- 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
916 917 918 919 920 |
# File 'lib/aws-sdk-chatbot/types.rb', line 916 class DescribeSlackWorkspacesException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |