Class: Aws::Polly::Types::UnsupportedPlsAlphabetException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1063
1064
1065
1066
1067
# File 'lib/aws-sdk-polly/types.rb', line 1063

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