AwsError

Type Alias AwsError 

Source
pub type AwsError = Box<dyn Error + Send + Sync + 'static>;
Expand description

A very generic error type that the deployment system will accept as a return type.

Aliased Typeยง

pub struct AwsError(/* private fields */);