Class: Aws::MedicalImaging::Types::InternalServerException

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

Overview

An unexpected error occurred during processing of the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1111
1112
1113
1114
1115
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1111

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