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
814 815 816 817 818 |
# File 'lib/aws-sdk-polly/types.rb', line 814 class SynthesisTaskNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |