#[non_exhaustive]pub struct UnsupportedUserEditionException { /* private fields */ }
Expand description
This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.
Implementations§
source§impl UnsupportedUserEditionException
impl UnsupportedUserEditionException
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this request.
source§impl UnsupportedUserEditionException
impl UnsupportedUserEditionException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UnsupportedUserEditionException
.
Trait Implementations§
source§impl Clone for UnsupportedUserEditionException
impl Clone for UnsupportedUserEditionException
source§fn clone(&self) -> UnsupportedUserEditionException
fn clone(&self) -> UnsupportedUserEditionException
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 UnsupportedUserEditionException
impl Error for UnsupportedUserEditionException
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<UnsupportedUserEditionException> for UnsupportedUserEditionException
impl PartialEq<UnsupportedUserEditionException> for UnsupportedUserEditionException
source§fn eq(&self, other: &UnsupportedUserEditionException) -> bool
fn eq(&self, other: &UnsupportedUserEditionException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.