Class: Aws::ComprehendMedical::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
An internal server error occurred. Retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
923 924 925 926 927 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 923 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |