AWS SDK for Kotlin
Toggle table of contents
1.6.10
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
polly
/
aws.sdk.kotlin.services.polly.model
/
PollyException
Polly
Exception
open
class
PollyException
Base class for all service related exceptions thrown by the Polly client
Inheritors
EngineNotSupportedException
InvalidLexiconException
InvalidNextTokenException
InvalidS3BucketException
InvalidS3KeyException
InvalidSampleRateException
InvalidSnsTopicArnException
InvalidSsmlException
InvalidTaskIdException
LanguageNotSupportedException
LexiconNotFoundException
LexiconSizeExceededException
MarksNotSupportedForFormatException
MaxLexemeLengthExceededException
MaxLexiconsNumberExceededException
ServiceFailureException
SsmlMarksNotSupportedForTextTypeException
SynthesisTaskNotFoundException
TextLengthExceededException
UnsupportedPlsAlphabetException
UnsupportedPlsLanguageException
Members
Constructors
Polly
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)