Class: Aws::Polly::Types::SsmlMarksNotSupportedForTextTypeException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb

Overview

SSML speech marks are not supported for plain text-type input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


571
572
573
574
575
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 571

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