Struct aws_sdk_cloudfront::error::TooManyTrustedSigners
source · #[non_exhaustive]pub struct TooManyTrustedSigners { /* private fields */ }
Expand description
Your request contains more trusted signers than are allowed per distribution.
Implementations§
source§impl TooManyTrustedSigners
impl TooManyTrustedSigners
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TooManyTrustedSigners
.
Trait Implementations§
source§impl Clone for TooManyTrustedSigners
impl Clone for TooManyTrustedSigners
source§fn clone(&self) -> TooManyTrustedSigners
fn clone(&self) -> TooManyTrustedSigners
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 TooManyTrustedSigners
impl Debug for TooManyTrustedSigners
source§impl Display for TooManyTrustedSigners
impl Display for TooManyTrustedSigners
source§impl Error for TooManyTrustedSigners
impl Error for TooManyTrustedSigners
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()