Struct aws_sdk_rds::error::SnsNoAuthorizationFault
source · [−]#[non_exhaustive]pub struct SnsNoAuthorizationFault { /* private fields */ }Expand description
You do not have permission to publish to the SNS topic ARN.
Implementations
sourceimpl SnsNoAuthorizationFault
impl SnsNoAuthorizationFault
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SnsNoAuthorizationFault.
Trait Implementations
sourceimpl Clone for SnsNoAuthorizationFault
impl Clone for SnsNoAuthorizationFault
sourcefn clone(&self) -> SnsNoAuthorizationFault
fn clone(&self) -> SnsNoAuthorizationFault
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SnsNoAuthorizationFault
impl Debug for SnsNoAuthorizationFault
sourceimpl Display for SnsNoAuthorizationFault
impl Display for SnsNoAuthorizationFault
sourceimpl Error for SnsNoAuthorizationFault
impl Error for SnsNoAuthorizationFault
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<SnsNoAuthorizationFault> for SnsNoAuthorizationFault
impl PartialEq<SnsNoAuthorizationFault> for SnsNoAuthorizationFault
sourcefn eq(&self, other: &SnsNoAuthorizationFault) -> bool
fn eq(&self, other: &SnsNoAuthorizationFault) -> bool
impl StructuralPartialEq for SnsNoAuthorizationFault
Auto Trait Implementations
impl RefUnwindSafe for SnsNoAuthorizationFault
impl Send for SnsNoAuthorizationFault
impl Sync for SnsNoAuthorizationFault
impl Unpin for SnsNoAuthorizationFault
impl UnwindSafe for SnsNoAuthorizationFault
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more