Skip to main content

aws_sdk_batch/types/
error.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use crate::types::error::_client_exception::ClientException;
3
4pub use crate::types::error::_server_exception::ServerException;
5
6mod _client_exception;
7
8mod _server_exception;
9
10/// Builders
11pub mod builders;