Class: Aws::Translate::Errors::UnsupportedDisplayLanguageCodeException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-translate/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UnsupportedDisplayLanguageCodeException.

Parameters:



262
263
264
# File 'lib/aws-sdk-translate/errors.rb', line 262

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

Instance Method Details

#display_language_codeString

Returns:

  • (String)


272
# File 'lib/aws-sdk-translate/errors.rb', line 272

def display_language_code: () -> ::String

#messageString

Returns:

  • (String)


267
# File 'lib/aws-sdk-translate/errors.rb', line 267

def message: () -> ::String