Class: Aws::MedicalImaging::Types::NotAcceptableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::NotAcceptableException
- 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
#message ⇒ 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 |