ExtendedStatusInfo Class
Extended status information.
- Inheritance
-
azure.mgmt.billing._serialization.ModelExtendedStatusInfo
Constructor
ExtendedStatusInfo(*, status_code: str | None = None, message: str | None = None, subscription_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
status_code
|
Status code providing additional information. |
message
|
The message giving detailed information about the status code. |
subscription_id
|
The subscription that has failed credit line check. |
Variables
Name | Description |
---|---|
status_code
|
Status code providing additional information. |
message
|
The message giving detailed information about the status code. |
subscription_id
|
The subscription that has failed credit line check. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python