Class: Aws::Polly::Errors::LanguageNotSupportedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Polly::Errors::LanguageNotSupportedException
- Defined in:
- lib/aws-sdk-polly/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LanguageNotSupportedException
constructor
A new instance of LanguageNotSupportedException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LanguageNotSupportedException
Returns a new instance of LanguageNotSupportedException.
198 199 200 |
# File 'lib/aws-sdk-polly/errors.rb', line 198 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
203 204 205 |
# File 'lib/aws-sdk-polly/errors.rb', line 203 def @message || @data[:message] end |