Class: Aws::Comprehend::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::InternalServerException
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
An internal server error occurred. Retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5080 5081 5082 5083 5084 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5080 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |