Struct aws_sdk_rekognition::error::ImageTooLargeException
source · [−]#[non_exhaustive]pub struct ImageTooLargeException { /* private fields */ }Expand description
The input image size exceeds the allowed limit. If you are calling DetectProtectiveEquipment, the image size or resolution exceeds the allowed limit. For more information, see Guidelines and quotas in Amazon Rekognition in the Amazon Rekognition Developer Guide.
Implementations
sourceimpl ImageTooLargeException
impl ImageTooLargeException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImageTooLargeException.
Trait Implementations
sourceimpl Clone for ImageTooLargeException
impl Clone for ImageTooLargeException
sourcefn clone(&self) -> ImageTooLargeException
fn clone(&self) -> ImageTooLargeException
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 ImageTooLargeException
impl Debug for ImageTooLargeException
sourceimpl Display for ImageTooLargeException
impl Display for ImageTooLargeException
sourceimpl Error for ImageTooLargeException
impl Error for ImageTooLargeException
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<ImageTooLargeException> for ImageTooLargeException
impl PartialEq<ImageTooLargeException> for ImageTooLargeException
sourcefn eq(&self, other: &ImageTooLargeException) -> bool
fn eq(&self, other: &ImageTooLargeException) -> bool
impl StructuralPartialEq for ImageTooLargeException
Auto Trait Implementations
impl RefUnwindSafe for ImageTooLargeException
impl Send for ImageTooLargeException
impl Sync for ImageTooLargeException
impl Unpin for ImageTooLargeException
impl UnwindSafe for ImageTooLargeException
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