#[non_exhaustive]pub struct InvalidCloudWatchDestinationException { /* private fields */ }
Expand description
Indicates that the Amazon CloudWatch destination is invalid. See the error message for details.
Implementations§
source§impl InvalidCloudWatchDestinationException
impl InvalidCloudWatchDestinationException
sourcepub fn configuration_set_name(&self) -> Option<&str>
pub fn configuration_set_name(&self) -> Option<&str>
Indicates that the configuration set does not exist.
sourcepub fn event_destination_name(&self) -> Option<&str>
pub fn event_destination_name(&self) -> Option<&str>
Indicates that the event destination does not exist.
source§impl InvalidCloudWatchDestinationException
impl InvalidCloudWatchDestinationException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidCloudWatchDestinationException
.
Trait Implementations§
source§impl Clone for InvalidCloudWatchDestinationException
impl Clone for InvalidCloudWatchDestinationException
source§fn clone(&self) -> InvalidCloudWatchDestinationException
fn clone(&self) -> InvalidCloudWatchDestinationException
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 InvalidCloudWatchDestinationException
impl Error for InvalidCloudWatchDestinationException
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<InvalidCloudWatchDestinationException> for InvalidCloudWatchDestinationException
impl PartialEq<InvalidCloudWatchDestinationException> for InvalidCloudWatchDestinationException
source§fn eq(&self, other: &InvalidCloudWatchDestinationException) -> bool
fn eq(&self, other: &InvalidCloudWatchDestinationException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.