Class: Aws::Chatbot::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::ServiceUnavailableException
- 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
1333 1334 1335 1336 1337 |
# File 'lib/aws-sdk-chatbot/types.rb', line 1333 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |