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§
source§impl IamArnRequiredException
impl IamArnRequiredException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IamArnRequiredException
.
Trait Implementations§
source§impl Clone for IamArnRequiredException
impl Clone for IamArnRequiredException
source§fn clone(&self) -> IamArnRequiredException
fn clone(&self) -> IamArnRequiredException
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 IamArnRequiredException
impl Debug for IamArnRequiredException
source§impl Display for IamArnRequiredException
impl Display for IamArnRequiredException
source§impl Error for IamArnRequiredException
impl Error for IamArnRequiredException
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<IamArnRequiredException> for IamArnRequiredException
impl PartialEq<IamArnRequiredException> for IamArnRequiredException
source§fn eq(&self, other: &IamArnRequiredException) -> bool
fn eq(&self, other: &IamArnRequiredException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.