Class: Aws::MedicalImaging::Types::NotAcceptableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::NotAcceptableException
- Includes:
- Structure
- Defined in:
- 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
1447 1448 1449 1450 1451 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1447 class NotAcceptableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |