Class: Aws::Polly::Types::SynthesisTaskNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::SynthesisTaskNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
The Speech Synthesis task with requested Task ID cannot be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
882 883 884 885 886 |
# File 'lib/aws-sdk-polly/types.rb', line 882 class SynthesisTaskNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |