Struct aws_sdk_supportapp::error::ConflictException
source · #[non_exhaustive]pub struct ConflictException { /* private fields */ }
Expand description
Your request has a conflict. For example, you might receive this error if you try the following:
-
Add, update, or delete a Slack channel configuration before you add a Slack workspace to your Amazon Web Services account.
-
Add a Slack channel configuration that already exists in your Amazon Web Services account.
-
Delete a Slack channel configuration for a live chat channel.
-
Delete a Slack workspace from your Amazon Web Services account that has an active live chat channel.
-
Call the
RegisterSlackWorkspaceForOrganization
API from an Amazon Web Services account that doesn't belong to an organization. -
Call the
RegisterSlackWorkspaceForOrganization
API from a member account, but the management account hasn't registered that workspace yet for the organization.
Implementations§
source§impl ConflictException
impl ConflictException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConflictException
.
Trait Implementations§
source§impl Clone for ConflictException
impl Clone for ConflictException
source§fn clone(&self) -> ConflictException
fn clone(&self) -> ConflictException
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ConflictException
impl Debug for ConflictException
source§impl Display for ConflictException
impl Display for ConflictException
source§impl Error for ConflictException
impl Error for ConflictException
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl PartialEq<ConflictException> for ConflictException
impl PartialEq<ConflictException> for ConflictException
source§fn eq(&self, other: &ConflictException) -> bool
fn eq(&self, other: &ConflictException) -> bool
self
and other
values to be equal, and is used
by ==
.