Class: Aws::Polly::Types::SynthesisTaskNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-polly/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

#messageString

Returns:

  • (String)


811
812
813
814
815
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 811

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