Class: Aws::Lex::Types::UnsupportedMediaTypeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lex::Types::UnsupportedMediaTypeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lex/types.rb
Overview
The Content-Type header (‘PostContent` API) has an invalid value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1609 1610 1611 1612 1613 |
# File 'lib/aws-sdk-lex/types.rb', line 1609 class UnsupportedMediaTypeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |