Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing method "get_work_request" in oci.tenant_manager_control_plane.OrganizationClient #551

Open
shengjun-zh opened this issue Jun 27, 2023 · 2 comments
Labels
SDK Issue pertains to the SDK itself and not specific to any service

Comments

@shengjun-zh
Copy link

I used OrganizationClientCompositeOperations.create_child_tenancy_and_wait_for_state() to create child tenancy, and the error occurred in line "self.client.get_work_request(wait_for_resource_id),". Here is the error message.

      +   File "/opt/rh/rh-python38/root/usr/local/lib/python3.8/site-packages/oci/tenant_manager_control_plane/organization_client_composite_operations.py", line 54, in create_child_tenancy_and_wait_for_state
      +     self.client.get_work_request(wait_for_resource_id),
      + AttributeError: 'OrganizationClient' object has no attribute 'get_work_request'
@KartikShrikantHegde
Copy link

Hi @shengjun-zh , Can you please share the link from where you found this specific API call? Thanks.

@KartikShrikantHegde KartikShrikantHegde added the SDK Issue pertains to the SDK itself and not specific to any service label Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SDK Issue pertains to the SDK itself and not specific to any service
Projects
None yet
Development

No branches or pull requests

2 participants