Module Smaws_Client_DatabaseMigrationService.DeleteInstanceProfile

Deletes the specified instance profile.

All migration projects associated with the instance profile must be deleted or modified before you can delete the instance profile.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedFault of Types.access_denied_fault | `FailedDependencyFault of Types.failed_dependency_fault | `InvalidResourceStateFault of Types.invalid_resource_state_fault | `ResourceNotFoundFault of Types.resource_not_found_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.delete_instance_profile_message -> (Types.delete_instance_profile_response, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedFault of Types.access_denied_fault | `FailedDependencyFault of Types.failed_dependency_fault | `InvalidResourceStateFault of Types.invalid_resource_state_fault | `ResourceNotFoundFault of Types.resource_not_found_fault ]) Stdlib.result