Class: Aws::Comprehend::Types::UnsupportedLanguageException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::UnsupportedLanguageException
- Includes:
- Structure
- Defined in:
- 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.
[1]: docs.aws.amazon.com/comprehend/latest/dg/supported-languages.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8733 8734 8735 8736 8737 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8733 class UnsupportedLanguageException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |