Class: Aws::Polly::Types::InvalidSsmlException

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

Overview

The SSML you provided is invalid. Verify the SSML syntax, spelling of tags and values, and then try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


251
252
253
254
255
# File 'lib/aws-sdk-polly/types.rb', line 251

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