Class: Aws::Chatbot::Types::ListTeamsChannelConfigurationsException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1248
1249
1250
1251
1252
# File 'lib/aws-sdk-chatbot/types.rb', line 1248

class ListTeamsChannelConfigurationsException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end