Struct aws_sdk_chimesdkidentity::types::error::ForbiddenException
source · #[non_exhaustive]pub struct ForbiddenException { /* private fields */ }
Expand description
The client is permanently forbidden from making the request.
Implementations§
source§impl ForbiddenException
impl ForbiddenException
sourcepub fn builder() -> ForbiddenExceptionBuilder
pub fn builder() -> ForbiddenExceptionBuilder
Creates a new builder-style object to manufacture ForbiddenException
.
Trait Implementations§
source§impl Clone for ForbiddenException
impl Clone for ForbiddenException
source§fn clone(&self) -> ForbiddenException
fn clone(&self) -> ForbiddenException
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 Debug for ForbiddenException
impl Debug for ForbiddenException
source§impl Display for ForbiddenException
impl Display for ForbiddenException
source§impl Error for ForbiddenException
impl Error for ForbiddenException
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<ForbiddenException> for ForbiddenException
impl PartialEq<ForbiddenException> for ForbiddenException
source§fn eq(&self, other: &ForbiddenException) -> bool
fn eq(&self, other: &ForbiddenException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ProvideErrorMetadata for ForbiddenException
impl ProvideErrorMetadata for ForbiddenException
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
Returns error metadata, which includes the error code, message,
request ID, and potentially additional information.
source§impl RequestId for ForbiddenException
impl RequestId for ForbiddenException
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.