:doc:`SSOAdmin <../../sso-admin>` / Client / describe_account_assignment_creation_status

*******************************************
describe_account_assignment_creation_status
*******************************************



.. py:method:: SSOAdmin.Client.describe_account_assignment_creation_status(**kwargs)

  

  Describes the status of the assignment creation request.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/DescribeAccountAssignmentCreationStatus>`_  


  **Request Syntax**
  ::

    response = client.describe_account_assignment_creation_status(
        InstanceArn='string',
        AccountAssignmentCreationRequestId='string'
    )
    
  :type InstanceArn: string
  :param InstanceArn: **[REQUIRED]** 

    The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see `Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces </general/latest/gr/aws-arns-and-namespaces.html>`__ in the *Amazon Web Services General Reference*.

    

  
  :type AccountAssignmentCreationRequestId: string
  :param AccountAssignmentCreationRequestId: **[REQUIRED]** 

    The identifier that is used to track the request operation progress.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'AccountAssignmentCreationStatus': {
              'Status': 'IN_PROGRESS'|'FAILED'|'SUCCEEDED',
              'RequestId': 'string',
              'FailureReason': 'string',
              'TargetId': 'string',
              'TargetType': 'AWS_ACCOUNT',
              'PermissionSetArn': 'string',
              'PrincipalType': 'USER'|'GROUP',
              'PrincipalId': 'string',
              'CreatedDate': datetime(2015, 1, 1)
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **AccountAssignmentCreationStatus** *(dict) --* 

        The status object for the account assignment creation operation.

        
        

        - **Status** *(string) --* 

          The status of the permission set provisioning process.

          
        

        - **RequestId** *(string) --* 

          The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.

          
        

        - **FailureReason** *(string) --* 

          The message that contains an error or exception in case of an operation failure.

          
        

        - **TargetId** *(string) --* 

          TargetID is an Amazon Web Services account identifier, (For example, 123456789012).

          
        

        - **TargetType** *(string) --* 

          The entity type for which the assignment will be created.

          
        

        - **PermissionSetArn** *(string) --* 

          The ARN of the permission set. For more information about ARNs, see `Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces </general/latest/gr/aws-arns-and-namespaces.html>`__ in the *Amazon Web Services General Reference*.

          
        

        - **PrincipalType** *(string) --* 

          The entity type for which the assignment will be created.

          
        

        - **PrincipalId** *(string) --* 

          An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the `IAM Identity Center Identity Store API Reference </singlesignon/latest/IdentityStoreAPIReference/welcome.html>`__.

          
        

        - **CreatedDate** *(datetime) --* 

          The date that the permission set was created.

          
    
  
  **Exceptions**
  
  *   :py:class:`SSOAdmin.Client.exceptions.ThrottlingException`

  
  *   :py:class:`SSOAdmin.Client.exceptions.InternalServerException`

  
  *   :py:class:`SSOAdmin.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`SSOAdmin.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`SSOAdmin.Client.exceptions.ValidationException`

  