Class: Aws::Polly::Types::EngineNotSupportedException

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

Overview

This engine is not compatible with the voice that you have designated. Choose a new voice that is compatible with the engine or change the engine and restart the operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


96
97
98
99
100
# File 'lib/aws-sdk-polly/types.rb', line 96

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