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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb

Overview

The language specified in the lexicon is unsupported. For a list of supported languages, see Lexicon Attributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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