Skip to main content

aws_sdk_athena/types/
error.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use crate::types::error::_internal_server_exception::InternalServerException;
3
4pub use crate::types::error::_invalid_request_exception::InvalidRequestException;
5
6pub use crate::types::error::_too_many_requests_exception::TooManyRequestsException;
7
8pub use crate::types::error::_resource_not_found_exception::ResourceNotFoundException;
9
10pub use crate::types::error::_metadata_exception::MetadataException;
11
12pub use crate::types::error::_session_already_exists_exception::SessionAlreadyExistsException;
13
14mod _internal_server_exception;
15
16mod _invalid_request_exception;
17
18mod _metadata_exception;
19
20mod _resource_not_found_exception;
21
22mod _session_already_exists_exception;
23
24mod _too_many_requests_exception;
25
26/// Builders
27pub mod builders;