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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-polly/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)


1008
1009
1010
1011
1012
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 1008

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