Values.ModifyInstanceProfileResponseSourceModifies the specified instance profile using the provided parameters. All migration projects associated with the instance profile must be deleted or modified before you can modify the instance profile.
type nonrec t = {instanceProfile : InstanceProfile.t option;The instance profile that was modified.
*)}type nonrec error = [ | `AccessDeniedFault of AccessDeniedFault.t| `FailedDependencyFault of FailedDependencyFault.t| `InvalidResourceStateFault of InvalidResourceStateFault.t| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t| `ResourceNotFoundFault of ResourceNotFoundFault.t| `S3AccessDeniedFault of S3AccessDeniedFault.t| `S3ResourceNotFoundFault of S3ResourceNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedFault of AccessDeniedFault.t
| `FailedDependencyFault of FailedDependencyFault.t
| `InvalidResourceStateFault of InvalidResourceStateFault.t
| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
| `ResourceNotFoundFault of ResourceNotFoundFault.t
| `S3AccessDeniedFault of S3AccessDeniedFault.t
| `S3ResourceNotFoundFault of S3ResourceNotFoundFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedFault of AccessDeniedFault.t
| `FailedDependencyFault of FailedDependencyFault.t
| `InvalidResourceStateFault of InvalidResourceStateFault.t
| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
| `ResourceNotFoundFault of ResourceNotFoundFault.t
| `S3AccessDeniedFault of S3AccessDeniedFault.t
| `S3ResourceNotFoundFault of S3ResourceNotFoundFault.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `List of [> `String of String_.t ] list
| `String of String_.t
| `Timestamp of Iso8601DateTime.t ])
list ])
list ]