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

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
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:



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

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

Instance Method Details

#messageString

Returns:

  • (String)


247
# File 'lib/aws-sdk-polly/errors.rb', line 247

def message: () -> ::String