

# PremigrationAssessmentStatus
<a name="API_PremigrationAssessmentStatus"></a>

The results returned in `describe-replications` to display the results of the premigration assessment from the replication configuration.

## Contents
<a name="API_PremigrationAssessmentStatus_Contents"></a>

 ** AssessmentProgress **   <a name="DMS-Type-PremigrationAssessmentStatus-AssessmentProgress"></a>
The progress values reported by the `AssessmentProgress` response element.  
Type: [ReplicationTaskAssessmentRunProgress](API_ReplicationTaskAssessmentRunProgress.md) object  
Required: No

 ** FailOnAssessmentFailure **   <a name="DMS-Type-PremigrationAssessmentStatus-FailOnAssessmentFailure"></a>
A configurable setting you can set to `true` (the defualt setting) or `false`. Use this setting to to stop the replication from starting automatically if the assessment fails. This can help you evaluate the issue that is preventing the replication from running successfully.  
Type: Boolean  
Required: No

 ** LastFailureMessage **   <a name="DMS-Type-PremigrationAssessmentStatus-LastFailureMessage"></a>
The last message generated by an individual assessment failure.  
Type: String  
Required: No

 ** PremigrationAssessmentRunArn **   <a name="DMS-Type-PremigrationAssessmentStatus-PremigrationAssessmentRunArn"></a>
The Amazon Resource Name (ARN) of this assessment run.  
Type: String  
Required: No

 ** PremigrationAssessmentRunCreationDate **   <a name="DMS-Type-PremigrationAssessmentStatus-PremigrationAssessmentRunCreationDate"></a>
The date which the assessment run was created.  
Type: Timestamp  
Required: No

 ** ResultEncryptionMode **   <a name="DMS-Type-PremigrationAssessmentStatus-ResultEncryptionMode"></a>
The supported values are `SSE_KMS` and `SSE_S3`. If these values are not provided, then the files are not encrypted at rest. For more information, see [Creating AWS KMS keys to encrypt Amazon S3 target objects](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.KMSKeys).  
Type: String  
Required: No

 ** ResultKmsKeyArn **   <a name="DMS-Type-PremigrationAssessmentStatus-ResultKmsKeyArn"></a>
The ARN of a custom KMS encryption key that you specify when you set `ResultEncryptionMode` to `SSE_KMS`.  
Type: String  
Required: No

 ** ResultLocationBucket **   <a name="DMS-Type-PremigrationAssessmentStatus-ResultLocationBucket"></a>
The Amazon S3 bucket that AWS Database Migration Service Serverless created to store the results of this assessment run.  
Type: String  
Required: No

 ** ResultLocationFolder **   <a name="DMS-Type-PremigrationAssessmentStatus-ResultLocationFolder"></a>
The folder within an Amazon S3 bucket where you want AWS Database Migration Service to store the results of this assessment run.  
Type: String  
Required: No

 ** ResultStatistic **   <a name="DMS-Type-PremigrationAssessmentStatus-ResultStatistic"></a>
The object containing the result statistics for a completed assessment run.  
Type: [ReplicationTaskAssessmentRunResultStatistic](API_ReplicationTaskAssessmentRunResultStatistic.md) object  
Required: No

 ** Status **   <a name="DMS-Type-PremigrationAssessmentStatus-Status"></a>
This describes the assessment run status. The status can be one of the following values:  
+  `cancelling`: The assessment run was canceled.
+  `deleting`: The assessment run was deleted.
+  `failed`: At least one individual assessment completed with a failed status. 
+  `error-provisioning`: An internal error occurred while resources were provisioned (during the `provisioning` status).
+  `error-executing` An internal error occurred while individual assessments ran (during the `running` status).
+  `invalid state`: The assessment run is in an unknown state. 
+  `passed`: All individual assessments have completed and none have a failed status.
+  `provisioning`: The resources required to run individual assessments are being provisioned. 
+  `running`: Individual assessments are being run. 
+  `starting`: The assessment run is starting, but resources are not yet being provisioned for individual assessments. 
+  `warning`: At least one individual assessment completed with a warning status. 
Type: String  
Required: No

## See Also
<a name="API_PremigrationAssessmentStatus_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/dms-2016-01-01/PremigrationAssessmentStatus) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/dms-2016-01-01/PremigrationAssessmentStatus) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/dms-2016-01-01/PremigrationAssessmentStatus) 