Class: Aws::Polly::Errors::UnsupportedPlsAlphabetException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Polly::Errors::UnsupportedPlsAlphabetException
- Defined in:
- lib/aws-sdk-polly/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedPlsAlphabetException
constructor
A new instance of UnsupportedPlsAlphabetException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedPlsAlphabetException
Returns a new instance of UnsupportedPlsAlphabetException.
348 349 350 |
# File 'lib/aws-sdk-polly/errors.rb', line 348 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
353 354 355 |
# File 'lib/aws-sdk-polly/errors.rb', line 353 def @message || @data[:message] end |