

# PermissionSetProvisioningStatus
<a name="API_PermissionSetProvisioningStatus"></a>

A structure that is used to provide the status of the provisioning operation for a specified permission set.

## Contents
<a name="API_PermissionSetProvisioningStatus_Contents"></a>

 ** AccountId **   <a name="singlesignon-Type-PermissionSetProvisioningStatus-AccountId"></a>
The identifier of the AWS account from which to list the assignments.  
Type: String  
Length Constraints: Fixed length of 12.  
Pattern: `\d{12}`   
Required: No

 ** CreatedDate **   <a name="singlesignon-Type-PermissionSetProvisioningStatus-CreatedDate"></a>
The date that the permission set was created.  
Type: Timestamp  
Required: No

 ** FailureReason **   <a name="singlesignon-Type-PermissionSetProvisioningStatus-FailureReason"></a>
The message that contains an error or exception in case of an operation failure.  
Type: String  
Pattern: `[\p{L}\p{M}\p{Z}\p{S}\p{N}\p{P}]*`   
Required: No

 ** PermissionSetArn **   <a name="singlesignon-Type-PermissionSetProvisioningStatus-PermissionSetArn"></a>
The ARN of the permission set that is being provisioned. For more information about ARNs, see [Amazon Resource Names (ARNs) and AWS Service Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the * AWS General Reference*.  
Type: String  
Length Constraints: Minimum length of 10. Maximum length of 1224.  
Pattern: `arn:aws(-[a-z]{1,5}){0,3}:sso:::permissionSet/(sso)?ins-[a-zA-Z0-9-.]{16}/ps-[a-zA-Z0-9-./]{16}`   
Required: No

 ** RequestId **   <a name="singlesignon-Type-PermissionSetProvisioningStatus-RequestId"></a>
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.  
Type: String  
Length Constraints: Fixed length of 36.  
Pattern: `\b[0-9a-f]{8}\b-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-\b[0-9a-f]{12}\b`   
Required: No

 ** Status **   <a name="singlesignon-Type-PermissionSetProvisioningStatus-Status"></a>
The status of the permission set provisioning process.  
Type: String  
Valid Values: `IN_PROGRESS | FAILED | SUCCEEDED`   
Required: No

## See Also
<a name="API_PermissionSetProvisioningStatus_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/sso-admin-2020-07-20/PermissionSetProvisioningStatus) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/sso-admin-2020-07-20/PermissionSetProvisioningStatus) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/sso-admin-2020-07-20/PermissionSetProvisioningStatus) 