#[non_exhaustive]pub struct S3LocationNotInServiceRegionException { /* private fields */ }
Expand description
The specified S3 bucket does not belong to the S3 region in which the service is running. The following regions are supported:
-
IAD/us-east-1
-
PDX/us-west-2
-
DUB/eu-west-1
Implementations§
source§impl S3LocationNotInServiceRegionException
impl S3LocationNotInServiceRegionException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3LocationNotInServiceRegionException
.
Trait Implementations§
source§impl Clone for S3LocationNotInServiceRegionException
impl Clone for S3LocationNotInServiceRegionException
source§fn clone(&self) -> S3LocationNotInServiceRegionException
fn clone(&self) -> S3LocationNotInServiceRegionException
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 Error for S3LocationNotInServiceRegionException
impl Error for S3LocationNotInServiceRegionException
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<S3LocationNotInServiceRegionException> for S3LocationNotInServiceRegionException
impl PartialEq<S3LocationNotInServiceRegionException> for S3LocationNotInServiceRegionException
source§fn eq(&self, other: &S3LocationNotInServiceRegionException) -> bool
fn eq(&self, other: &S3LocationNotInServiceRegionException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.