Values.DisassociateCreatedArtifactResultSourceDisassociates a created artifact of an AWS resource with a migration task performed by a migration tool that was previously associated. This API has the following traits: A migration user can call the DisassociateCreatedArtifacts operation to disassociate a created AWS Artifact from a migration task. The created artifact name must be provided in ARN (Amazon Resource Name) format which will contain information about type and region; for example: arn:aws:ec2:us-east-1:488216288981:image/ami-6d0ba87b. Examples of the AWS resource behind the created artifact are, AMI's, EC2 instance, or RDS instance, etc.
type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `DryRunOperation of DryRunOperation.t| `HomeRegionNotSetException of HomeRegionNotSetException.t| `InternalServerError of InternalServerError.t| `InvalidInputException of InvalidInputException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `DryRunOperation of DryRunOperation.t
| `HomeRegionNotSetException of HomeRegionNotSetException.t
| `InternalServerError of InternalServerError.t
| `InvalidInputException of InvalidInputException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedOperation of UnauthorizedOperation.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `DryRunOperation of DryRunOperation.t
| `HomeRegionNotSetException of HomeRegionNotSetException.t
| `InternalServerError of InternalServerError.t
| `InvalidInputException of InvalidInputException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedOperation of UnauthorizedOperation.t
| `Unknown_operation_error of string * string option ]