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

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

Overview

Amazon Comprehend can’t process the language of the input text. For custom entity recognition APIs, only English, Spanish, French, Italian, German, or Portuguese are accepted. For a list of supported languages, [Supported languages] in the Comprehend Developer Guide.

[1]: docs.aws.amazon.com/comprehend/latest/dg/supported-languages.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8615
8616
8617
8618
8619
# File 'lib/aws-sdk-comprehend/types.rb', line 8615

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