Class: Aws::Polly::Errors::LexiconSizeExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Polly::Errors::LexiconSizeExceededException
- Defined in:
- lib/aws-sdk-polly/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LexiconSizeExceededException
constructor
A new instance of LexiconSizeExceededException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LexiconSizeExceededException
Returns a new instance of LexiconSizeExceededException.
228 229 230 |
# File 'lib/aws-sdk-polly/errors.rb', line 228 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
233 234 235 |
# File 'lib/aws-sdk-polly/errors.rb', line 233 def @message || @data[:message] end |