#[non_exhaustive]pub struct BatchDescribeModelPackageError { /* private fields */ }
Expand description
The error code and error description associated with the resource.
Implementations§
source§impl BatchDescribeModelPackageError
impl BatchDescribeModelPackageError
sourcepub fn error_code(&self) -> Option<&str>
pub fn error_code(&self) -> Option<&str>
sourcepub fn error_response(&self) -> Option<&str>
pub fn error_response(&self) -> Option<&str>
source§impl BatchDescribeModelPackageError
impl BatchDescribeModelPackageError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDescribeModelPackageError
.
Trait Implementations§
source§impl Clone for BatchDescribeModelPackageError
impl Clone for BatchDescribeModelPackageError
source§fn clone(&self) -> BatchDescribeModelPackageError
fn clone(&self) -> BatchDescribeModelPackageError
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<BatchDescribeModelPackageError> for BatchDescribeModelPackageError
impl PartialEq<BatchDescribeModelPackageError> for BatchDescribeModelPackageError
source§fn eq(&self, other: &BatchDescribeModelPackageError) -> bool
fn eq(&self, other: &BatchDescribeModelPackageError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.