Skip to content

Commit

Permalink
Incorporate feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti committed Nov 16, 2022
1 parent 3d54f42 commit 936e360
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws/rust-runtime/aws-config/src/ecs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ impl Error for EcsConfigurationError {
match &self {
EcsConfigurationError::InvalidRelativeUri { err, .. } => Some(err),
EcsConfigurationError::InvalidFullUri { err, .. } => Some(err),
_ => None,
EcsConfigurationError::InvalidAuthToken { err, .. } => Some(err),
EcsConfigurationError::NotConfigured => None,
}
}
}
Expand Down

0 comments on commit 936e360

Please sign in to comment.