Class: Aws::Polly::Errors::MarksNotSupportedForFormatException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Polly::Errors::MarksNotSupportedForFormatException
- Defined in:
- lib/aws-sdk-polly/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MarksNotSupportedForFormatException
constructor
A new instance of MarksNotSupportedForFormatException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MarksNotSupportedForFormatException
Returns a new instance of MarksNotSupportedForFormatException.
243 244 245 |
# File 'lib/aws-sdk-polly/errors.rb', line 243 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
248 249 250 |
# File 'lib/aws-sdk-polly/errors.rb', line 248 def @message || @data[:message] end |