pub enum ImportMigrationTaskError {
AccessDenied(String),
DryRunOperation(String),
HomeRegionNotSet(String),
InternalServerError(String),
InvalidInput(String),
ResourceNotFound(String),
ServiceUnavailable(String),
Throttling(String),
UnauthorizedOperation(String),
}Expand description
Errors returned by ImportMigrationTask
Variants§
AccessDenied(String)
You do not have sufficient access to perform this action.
DryRunOperation(String)
Exception raised to indicate a successfully authorized action when the DryRun flag is set to "true".
HomeRegionNotSet(String)
The home region is not set. Set the home region to continue.
InternalServerError(String)
Exception raised when an internal, configuration, or dependency error is encountered.
InvalidInput(String)
Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
ResourceNotFound(String)
Exception raised when the request references a resource (Application Discovery Service configuration, update stream, migration task, etc.) that does not exist in Application Discovery Service (Application Discovery Service) or in Migration Hub's repository.
Exception raised when there is an internal, configuration, or dependency error encountered.
Throttling(String)
The request was denied due to request throttling.
Exception raised to indicate a request was not authorized when the DryRun flag is set to "true".