Class: Aws::Polly::Errors::MarksNotSupportedForFormatException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of MarksNotSupportedForFormatException.

Parameters:



243
244
245
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/errors.rb', line 243

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

Instance Method Details

#messageString

Returns:

  • (String)


248
249
250
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/errors.rb', line 248

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