Class: Aws::Chatbot::Types::InternalServiceError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::InternalServiceError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
Unexpected error during processing of request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1045 1046 1047 1048 1049 |
# File 'lib/aws-sdk-chatbot/types.rb', line 1045 class InternalServiceError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |