Class: Aws::Types::UnsupportedLanguagePairException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


464
465
466
# File 'sig/types.rbs', line 464

def message
  @message
end

#source_language_code::String

Returns the value of attribute source_language_code.

Returns:

  • (::String)


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.

Returns:

  • (::String)


466
467
468
# File 'sig/types.rbs', line 466

def target_language_code
  @target_language_code
end