Class: Aws::Comprehend::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- 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
4958 4959 4960 4961 4962 |
# File 'lib/aws-sdk-comprehend/types.rb', line 4958 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |