Class: Aws::Polly::Types::LanguageNotSupportedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::LanguageNotSupportedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
The language specified is not currently supported by Amazon Polly in this capacity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
310 311 312 313 314 |
# File 'lib/aws-sdk-polly/types.rb', line 310 class LanguageNotSupportedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |