Class: Aws::Lex::Types::UnsupportedMediaTypeException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lex/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

#messageString

Returns:

  • (String)


1609
1610
1611
1612
1613
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 1609

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