Chatbot / Client / exceptions / InternalServiceError

InternalServiceError#

class Chatbot.Client.exceptions.InternalServiceError#

Customer/consumer-facing internal service exception. https://w.amazon.com/index.php/AWS/API_Standards/Exceptions#InternalServiceError

Example

try:
  ...
except client.exceptions.InternalServiceError as e:
  print(e.response)
response#

The parsed error response. All exceptions have a top level Error key that provides normalized access to common exception atrributes. All other keys are specific to this service or exception class.

Syntax

{}

Structure