Class: Aws::Polly::Errors::SsmlMarksNotSupportedForTextTypeException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-polly/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SsmlMarksNotSupportedForTextTypeException

Returns a new instance of SsmlMarksNotSupportedForTextTypeException.

Parameters:



303
304
305
# File 'lib/aws-sdk-polly/errors.rb', line 303

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


308
309
310
# File 'lib/aws-sdk-polly/errors.rb', line 308

def message
  @message || @data[:message]
end