#[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
sourceimpl GetRecommendationError
impl GetRecommendationError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRecommendationError
.
Trait Implementations
sourceimpl Clone for GetRecommendationError
impl Clone for GetRecommendationError
sourcefn clone(&self) -> GetRecommendationError
fn clone(&self) -> GetRecommendationError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetRecommendationError
impl Debug for GetRecommendationError
sourceimpl PartialEq<GetRecommendationError> for GetRecommendationError
impl PartialEq<GetRecommendationError> for GetRecommendationError
sourcefn eq(&self, other: &GetRecommendationError) -> bool
fn eq(&self, other: &GetRecommendationError) -> bool
impl StructuralPartialEq for GetRecommendationError
Auto Trait Implementations
impl RefUnwindSafe for GetRecommendationError
impl Send for GetRecommendationError
impl Sync for GetRecommendationError
impl Unpin for GetRecommendationError
impl UnwindSafe for GetRecommendationError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more