Enum rusoto_datasync::CancelTaskExecutionError [−][src]
Expand description
Errors returned by CancelTaskExecution
Variants
Internal(String)
This exception is thrown when an error occurs in the AWS DataSync service.
InvalidRequest(String)
This exception is thrown when the client submits a malformed request.
Implementations
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 CancelTaskExecutionError
impl Send for CancelTaskExecutionError
impl Sync for CancelTaskExecutionError
impl Unpin for CancelTaskExecutionError
impl UnwindSafe for CancelTaskExecutionError