Class: Aws::Polly::Types::UnsupportedPlsLanguageException

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

#messageString

Returns:

  • (String)


1026
1027
1028
1029
1030
# File 'lib/aws-sdk-polly/types.rb', line 1026

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