Class: Aws::MedicalImaging::Types::NotAcceptableException

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

Overview

The request content type or accept header is not supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1378
1379
1380
1381
1382
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1378

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