Struct aws_sdk_migrationhub::error::PolicyErrorException
source · #[non_exhaustive]pub struct PolicyErrorException { /* private fields */ }Expand description
Exception raised when there are problems accessing Application Discovery Service (Application Discovery Service); most likely due to a misconfigured policy or the migrationhub-discovery role is missing or not configured correctly.
Implementations§
source§impl PolicyErrorException
impl PolicyErrorException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PolicyErrorException.
Trait Implementations§
source§impl Clone for PolicyErrorException
impl Clone for PolicyErrorException
source§fn clone(&self) -> PolicyErrorException
fn clone(&self) -> PolicyErrorException
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 PolicyErrorException
impl Debug for PolicyErrorException
source§impl Display for PolicyErrorException
impl Display for PolicyErrorException
source§impl Error for PolicyErrorException
impl Error for PolicyErrorException
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<PolicyErrorException> for PolicyErrorException
impl PartialEq<PolicyErrorException> for PolicyErrorException
source§fn eq(&self, other: &PolicyErrorException) -> bool
fn eq(&self, other: &PolicyErrorException) -> bool
This method tests for
self and other values to be equal, and is used
by ==.