aip_sdk.ForbiddenError
aip_sdk.ForbiddenError
Permission denied (403).
Inherited members
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.ForbiddenError.body
aip_sdk.ForbiddenError.body: dict[str, Any] = body or {}
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.ForbiddenError.correlation_id
aip_sdk.ForbiddenError.correlation_id = current_correlation_id()
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.ForbiddenError.request_id
aip_sdk.ForbiddenError.request_id = current_request_id()
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.ForbiddenError.status_code
aip_sdk.ForbiddenError.status_code = status_code
No docstring is defined in the source.
Inherited from libs/aip-sdk/src/aip_sdk/exceptions.py
aip_sdk.ForbiddenError.validation_errors
aip_sdk.ForbiddenError.validation_errors: list[dict[str, Any]]
RFC 9457 problem+json validation_errors array, or [] when absent.