Type Definition diana_aws_lambda::AwsError[][src]

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.