Struct aws_sdk_codedeploy::error::IamArnRequiredException
source · [−]#[non_exhaustive]pub struct IamArnRequiredException { /* private fields */ }
Expand description
No IAM ARN was included in the request. You must use an IAM session ARN or IAM user ARN in the request.
Implementations
sourceimpl IamArnRequiredException
impl IamArnRequiredException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IamArnRequiredException
.
Trait Implementations
sourceimpl Clone for IamArnRequiredException
impl Clone for IamArnRequiredException
sourcefn clone(&self) -> IamArnRequiredException
fn clone(&self) -> IamArnRequiredException
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 IamArnRequiredException
impl Debug for IamArnRequiredException
sourceimpl Display for IamArnRequiredException
impl Display for IamArnRequiredException
sourceimpl Error for IamArnRequiredException
impl Error for IamArnRequiredException
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<IamArnRequiredException> for IamArnRequiredException
impl PartialEq<IamArnRequiredException> for IamArnRequiredException
sourcefn eq(&self, other: &IamArnRequiredException) -> bool
fn eq(&self, other: &IamArnRequiredException) -> bool
impl StructuralPartialEq for IamArnRequiredException
Auto Trait Implementations
impl RefUnwindSafe for IamArnRequiredException
impl Send for IamArnRequiredException
impl Sync for IamArnRequiredException
impl Unpin for IamArnRequiredException
impl UnwindSafe for IamArnRequiredException
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