#[non_exhaustive]pub struct GetRecommendationError { /* private fields */ }
Expand description
Describes an error experienced when getting recommendations.
For example, an error is returned if you request recommendations for an unsupported Auto Scaling group, or if you request recommendations for an instance of an unsupported instance family.
Implementations§
source§impl GetRecommendationError
impl GetRecommendationError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRecommendationError
.
Trait Implementations§
source§impl Clone for GetRecommendationError
impl Clone for GetRecommendationError
source§fn clone(&self) -> GetRecommendationError
fn clone(&self) -> GetRecommendationError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetRecommendationError
impl Debug for GetRecommendationError
source§impl PartialEq<GetRecommendationError> for GetRecommendationError
impl PartialEq<GetRecommendationError> for GetRecommendationError
source§fn eq(&self, other: &GetRecommendationError) -> bool
fn eq(&self, other: &GetRecommendationError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.