aws_sdk_sso/types/
error.rs

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

pub use crate::types::error::_too_many_requests_exception::TooManyRequestsException;

pub use crate::types::error::_invalid_request_exception::InvalidRequestException;

pub use crate::types::error::_resource_not_found_exception::ResourceNotFoundException;

mod _invalid_request_exception;

mod _resource_not_found_exception;

mod _too_many_requests_exception;

mod _unauthorized_exception;

/// Builders
pub mod builders;