Class: Aws::Polly::Types::EngineNotSupportedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::EngineNotSupportedException
- 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
#message ⇒ String
97 98 99 100 101 |
# File 'lib/aws-sdk-polly/types.rb', line 97 class EngineNotSupportedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |