pub enum EntityRejectionErrorType {
EntitySizeTooLarge,
InvalidAttributes,
InvalidEntity,
InvalidKeyAttribute,
InvalidTypeValue,
MissingRequiredFields,
UnsupportedLogGroupType,
}Expand description
CloudWatch Logs EntityRejectionErrorType enum.
Variants§
EntitySizeTooLarge
Default variant.
InvalidAttributes
InvalidEntity
InvalidKeyAttribute
InvalidTypeValue
MissingRequiredFields
UnsupportedLogGroupType
Implementations§
Trait Implementations§
Source§impl Clone for EntityRejectionErrorType
impl Clone for EntityRejectionErrorType
Source§fn clone(&self) -> EntityRejectionErrorType
fn clone(&self) -> EntityRejectionErrorType
Returns a duplicate 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 EntityRejectionErrorType
impl Debug for EntityRejectionErrorType
Source§impl Default for EntityRejectionErrorType
impl Default for EntityRejectionErrorType
Source§fn default() -> EntityRejectionErrorType
fn default() -> EntityRejectionErrorType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EntityRejectionErrorType
impl<'de> Deserialize<'de> for EntityRejectionErrorType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for EntityRejectionErrorType
impl Display for EntityRejectionErrorType
Source§impl From<&str> for EntityRejectionErrorType
impl From<&str> for EntityRejectionErrorType
Source§impl Hash for EntityRejectionErrorType
impl Hash for EntityRejectionErrorType
Source§impl PartialEq for EntityRejectionErrorType
impl PartialEq for EntityRejectionErrorType
Source§impl Serialize for EntityRejectionErrorType
impl Serialize for EntityRejectionErrorType
impl Eq for EntityRejectionErrorType
impl StructuralPartialEq for EntityRejectionErrorType
Auto Trait Implementations§
impl Freeze for EntityRejectionErrorType
impl RefUnwindSafe for EntityRejectionErrorType
impl Send for EntityRejectionErrorType
impl Sync for EntityRejectionErrorType
impl Unpin for EntityRejectionErrorType
impl UnsafeUnpin for EntityRejectionErrorType
impl UnwindSafe for EntityRejectionErrorType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more