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
113 114 115 116 117 |
# File 'lib/aws-sdk-polly/types.rb', line 113 class EngineNotSupportedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |