aws_sdk_polly/types/error/
builders.rs1pub use crate::types::error::_lexicon_not_found_exception::LexiconNotFoundExceptionBuilder;
3
4pub use crate::types::error::_service_failure_exception::ServiceFailureExceptionBuilder;
5
6pub use crate::types::error::_invalid_next_token_exception::InvalidNextTokenExceptionBuilder;
7
8pub use crate::types::error::_invalid_task_id_exception::InvalidTaskIdExceptionBuilder;
9
10pub use crate::types::error::_synthesis_task_not_found_exception::SynthesisTaskNotFoundExceptionBuilder;
11
12pub use crate::types::error::_invalid_lexicon_exception::InvalidLexiconExceptionBuilder;
13
14pub use crate::types::error::_lexicon_size_exceeded_exception::LexiconSizeExceededExceptionBuilder;
15
16pub use crate::types::error::_max_lexeme_length_exceeded_exception::MaxLexemeLengthExceededExceptionBuilder;
17
18pub use crate::types::error::_max_lexicons_number_exceeded_exception::MaxLexiconsNumberExceededExceptionBuilder;
19
20pub use crate::types::error::_unsupported_pls_alphabet_exception::UnsupportedPlsAlphabetExceptionBuilder;
21
22pub use crate::types::error::_unsupported_pls_language_exception::UnsupportedPlsLanguageExceptionBuilder;
23
24pub use crate::types::error::_service_quota_exceeded_exception::ServiceQuotaExceededExceptionBuilder;
25
26pub use crate::types::error::_throttling_exception::ThrottlingExceptionBuilder;
27
28pub use crate::types::error::_validation_exception::ValidationExceptionBuilder;
29
30pub use crate::types::error::_engine_not_supported_exception::EngineNotSupportedExceptionBuilder;
31
32pub use crate::types::error::_invalid_s3_bucket_exception::InvalidS3BucketExceptionBuilder;
33
34pub use crate::types::error::_invalid_s3_key_exception::InvalidS3KeyExceptionBuilder;
35
36pub use crate::types::error::_invalid_sample_rate_exception::InvalidSampleRateExceptionBuilder;
37
38pub use crate::types::error::_invalid_sns_topic_arn_exception::InvalidSnsTopicArnExceptionBuilder;
39
40pub use crate::types::error::_invalid_ssml_exception::InvalidSsmlExceptionBuilder;
41
42pub use crate::types::error::_language_not_supported_exception::LanguageNotSupportedExceptionBuilder;
43
44pub use crate::types::error::_marks_not_supported_for_format_exception::MarksNotSupportedForFormatExceptionBuilder;
45
46pub use crate::types::error::_ssml_marks_not_supported_for_text_type_exception::SsmlMarksNotSupportedForTextTypeExceptionBuilder;
47
48pub use crate::types::error::_text_length_exceeded_exception::TextLengthExceededExceptionBuilder;