Class: Aws::Polly::Types::InvalidLexiconException

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

Overview

Amazon Polly can’t find the specified lexicon. Verify that the lexicon’s name is spelled correctly, and then try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


168
169
170
171
172
# File 'lib/aws-sdk-polly/types.rb', line 168

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