PolicyViolation Class
Policy violation.
- Inheritance
-
msrest.serialization.ModelPolicyViolation
Constructor
PolicyViolation(*, code: str | None = None, message: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
code
Required
|
The code of the policy violation. |
message
Required
|
The message of the policy violation. |
Keyword-Only Parameters
Name | Description |
---|---|
code
Required
|
|
message
Required
|
|
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