Class: Aws::Polly::Types::MarksNotSupportedForFormatException

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

Overview

Speech marks are not supported for the OutputFormat selected. Speech marks are only available for content in json format.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


496
497
498
499
500
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 496

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