pub type ServiceError<E, R> = ServiceError<E, R>;
👎Deprecated: Moved to aws_smithy_runtime_api::client::result::ServiceError.
Expand description

Failed SDK Result

Aliased Type§

struct ServiceError<E, R> { /* private fields */ }