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)


1081
1082
1083
1084
1085
# File 'lib/aws-sdk-polly/types.rb', line 1081

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