#[non_exhaustive]pub struct UnsuccessfulInstanceCreditSpecificationItemError { /* private fields */ }
Expand description
Information about the error for the burstable performance instance whose credit option for CPU usage was not modified.
Implementations§
source§impl UnsuccessfulInstanceCreditSpecificationItemError
impl UnsuccessfulInstanceCreditSpecificationItemError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UnsuccessfulInstanceCreditSpecificationItemError
.
Trait Implementations§
source§impl Clone for UnsuccessfulInstanceCreditSpecificationItemError
impl Clone for UnsuccessfulInstanceCreditSpecificationItemError
source§fn clone(&self) -> UnsuccessfulInstanceCreditSpecificationItemError
fn clone(&self) -> UnsuccessfulInstanceCreditSpecificationItemError
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 PartialEq<UnsuccessfulInstanceCreditSpecificationItemError> for UnsuccessfulInstanceCreditSpecificationItemError
impl PartialEq<UnsuccessfulInstanceCreditSpecificationItemError> for UnsuccessfulInstanceCreditSpecificationItemError
source§fn eq(&self, other: &UnsuccessfulInstanceCreditSpecificationItemError) -> bool
fn eq(&self, other: &UnsuccessfulInstanceCreditSpecificationItemError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.