Enum rusoto_s3::CopyObjectError [−][src]
pub enum CopyObjectError {
ObjectNotInActiveTierError(String),
}Expand description
Errors returned by CopyObject
Variants
ObjectNotInActiveTierError(String)The source object of the COPY action is not in the active tier and is only stored in Amazon S3 Glacier.
Tuple Fields of ObjectNotInActiveTierError
0: StringImplementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CopyObjectError
impl Send for CopyObjectError
impl Sync for CopyObjectError
impl Unpin for CopyObjectError
impl UnwindSafe for CopyObjectError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more