Class: Aws::Chatbot::Types::GetAccountPreferencesException

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

#messageString

Returns:

  • (String)


1224
1225
1226
1227
1228
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1224

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