Class: Aws::HealthLake::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb

Overview

Unknown error occurs in the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


593
594
595
596
597
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 593

class InternalServerException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end