pub struct LastError {
pub code: Option<String>,
pub message: Option<String>,
}Expand description
The last error that occurred for a VPC endpoint.
Fields§
§code: Option<String>The error code for the VPC endpoint error.
message: Option<String>The error message for the VPC endpoint error.
Trait Implementations§
impl StructuralPartialEq for LastError
Auto Trait Implementations§
impl Freeze for LastError
impl RefUnwindSafe for LastError
impl Send for LastError
impl Sync for LastError
impl Unpin for LastError
impl UnwindSafe for LastError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more