Enum rusoto_datasync::DescribeTaskExecutionError [−][src]
Expand description
Errors returned by DescribeTaskExecution
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 DescribeTaskExecutionError
impl Send for DescribeTaskExecutionError
impl Sync for DescribeTaskExecutionError
impl Unpin for DescribeTaskExecutionError
impl UnwindSafe for DescribeTaskExecutionError