MigrationEligibilityFailureReason Class
A blocking reason that prevents a managed environment migration.
Constructor
MigrationEligibilityFailureReason(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
code
|
The error code identifying the blocker. Required. |
|
message
|
A human-readable description of the blocker. Required. |
Attributes
code
The error code identifying the blocker. Required.
code: str
message
A human-readable description of the blocker. Required.
message: str