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)


996
997
998
999
1000
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 996

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