Class: Aws::Polly::Types::UnsupportedPlsAlphabetException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::UnsupportedPlsAlphabetException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
The alphabet specified by the lexicon is not a supported alphabet. Valid values are ‘x-sampa` and `ipa`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1087 1088 1089 1090 1091 |
# File 'lib/aws-sdk-polly/types.rb', line 1087 class UnsupportedPlsAlphabetException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |