Class: Aws::Polly::Types::UnsupportedPlsLanguageException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::UnsupportedPlsLanguageException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
The language specified in the lexicon is unsupported. For a list of supported languages, see [Lexicon Attributes].
[1]: docs.aws.amazon.com/polly/latest/dg/API_LexiconAttributes.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1105 1106 1107 1108 1109 |
# File 'lib/aws-sdk-polly/types.rb', line 1105 class UnsupportedPlsLanguageException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |