Class: Aws::Translate::Types::UnsupportedDisplayLanguageCodeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::UnsupportedDisplayLanguageCodeException
- 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
-
#display_language_code ⇒ String
Language code passed in with the request.
- #message ⇒ String
Instance Attribute Details
#display_language_code ⇒ String
Language code passed in with the request.
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 |
#message ⇒ 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 |