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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


543
544
545
546
547
# File 'lib/aws-sdk-polly/types.rb', line 543

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