Class: Aws::HealthLake::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::InternalServerException
- Defined in:
- gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb
Overview
An unknown internal error occurred in the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A general-purpose string value.
Instance Attribute Details
#message ⇒ String
A general-purpose string value.
1160 1161 1162 1163 1164 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1160 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |