Class: Aws::Polly::Types::InvalidSsmlException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::InvalidSsmlException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
The SSML you provided is invalid. Verify the SSML syntax, spelling of tags and values, and then try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
282 283 284 285 286 |
# File 'lib/aws-sdk-polly/types.rb', line 282 class InvalidSsmlException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |