aws_sdk_sso/types/
error.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use crate::types::error::_unauthorized_exception::UnauthorizedException;
3
4pub use crate::types::error::_too_many_requests_exception::TooManyRequestsException;
5
6pub use crate::types::error::_invalid_request_exception::InvalidRequestException;
7
8pub use crate::types::error::_resource_not_found_exception::ResourceNotFoundException;
9
10mod _invalid_request_exception;
11
12mod _resource_not_found_exception;
13
14mod _too_many_requests_exception;
15
16mod _unauthorized_exception;
17
18/// Builders
19pub mod builders;