Class: Aws::Translate::Types::UnsupportedDisplayLanguageCodeException

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

Overview

Requested display language code is not supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_language_codeString

Language code passed in with the request.

Returns:

  • (String)


2034
2035
2036
2037
2038
2039
# File 'lib/aws-sdk-translate/types.rb', line 2034

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

#messageString

Returns:

  • (String)


2034
2035
2036
2037
2038
2039
# File 'lib/aws-sdk-translate/types.rb', line 2034

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