SsisObjectMetadataStatusResponse Class
The status of the operation.
Constructor
SsisObjectMetadataStatusResponse(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
status
|
The status of the operation. |
|
name
|
The operation name. |
|
properties
|
The operation properties. |
|
error
|
The operation error message. |
Attributes
error
The operation error message.
error: str | None
name
The operation name.
name: str | None
properties
The operation properties.
properties: str | None
status
The status of the operation.
status: str | None