Class: Aws::Types::UnsupportedLanguagePairException
- Inherits:
-
Object
- Object
- Aws::Types::UnsupportedLanguagePairException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#source_language_code ⇒ ::String
Returns the value of attribute source_language_code.
-
#target_language_code ⇒ ::String
Returns the value of attribute target_language_code.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
464 465 466 |
# File 'sig/types.rbs', line 464 def end |
#source_language_code ⇒ ::String
Returns the value of attribute source_language_code.
465 466 467 |
# File 'sig/types.rbs', line 465 def source_language_code @source_language_code end |
#target_language_code ⇒ ::String
Returns the value of attribute target_language_code.
466 467 468 |
# File 'sig/types.rbs', line 466 def target_language_code @target_language_code end |