Class: Aws::Comprehend::Types::UnsupportedLanguageException

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

Overview

Amazon Comprehend can't process the language of the input text. For a list of supported languages, Supported languages in the Comprehend Developer Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8733
8734
8735
8736
8737
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 8733

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