Class: Aws::Polly::Types::SsmlMarksNotSupportedForTextTypeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::SsmlMarksNotSupportedForTextTypeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
SSML speech marks are not supported for plain text-type input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
572 573 574 575 576 |
# File 'lib/aws-sdk-polly/types.rb', line 572 class SsmlMarksNotSupportedForTextTypeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |