#[non_exhaustive]pub struct FailedResourceAccessException { /* private fields */ }Expand description
Failed access to resources caused an exception. This exception is thrown when Application Auto Scaling is unable to retrieve the alarms associated with a scaling policy due to a client error, for example, if the role ARN specified for a scalable target does not have permission to call the CloudWatch DescribeAlarms on your behalf.
Implementations§
source§impl FailedResourceAccessException
impl FailedResourceAccessException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FailedResourceAccessException.
Trait Implementations§
source§impl Clone for FailedResourceAccessException
impl Clone for FailedResourceAccessException
source§fn clone(&self) -> FailedResourceAccessException
fn clone(&self) -> FailedResourceAccessException
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 Error for FailedResourceAccessException
impl Error for FailedResourceAccessException
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<FailedResourceAccessException> for FailedResourceAccessException
impl PartialEq<FailedResourceAccessException> for FailedResourceAccessException
source§fn eq(&self, other: &FailedResourceAccessException) -> bool
fn eq(&self, other: &FailedResourceAccessException) -> bool
This method tests for
self and other values to be equal, and is used
by ==.