Struct aws_sdk_cloudfront::error::InvalidWebAclId
source · [−]#[non_exhaustive]pub struct InvalidWebAclId { /* private fields */ }
Expand description
A web ACL ID specified is not valid. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a
. To specify a web ACL created using WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a
.
Implementations
sourceimpl InvalidWebAclId
impl InvalidWebAclId
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidWebAclId
.
Trait Implementations
sourceimpl Clone for InvalidWebAclId
impl Clone for InvalidWebAclId
sourcefn clone(&self) -> InvalidWebAclId
fn clone(&self) -> InvalidWebAclId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InvalidWebAclId
impl Debug for InvalidWebAclId
sourceimpl Display for InvalidWebAclId
impl Display for InvalidWebAclId
sourceimpl Error for InvalidWebAclId
impl Error for InvalidWebAclId
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<InvalidWebAclId> for InvalidWebAclId
impl PartialEq<InvalidWebAclId> for InvalidWebAclId
sourcefn eq(&self, other: &InvalidWebAclId) -> bool
fn eq(&self, other: &InvalidWebAclId) -> bool
impl StructuralPartialEq for InvalidWebAclId
Auto Trait Implementations
impl RefUnwindSafe for InvalidWebAclId
impl Send for InvalidWebAclId
impl Sync for InvalidWebAclId
impl Unpin for InvalidWebAclId
impl UnwindSafe for InvalidWebAclId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more