You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSOAdmin::Types::PermissionSetProvisioningStatus

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The identifier of the AWS account from which to list the assignments.

Returns:

  • (String)

    The identifier of the AWS account from which to list the assignments.

#created_dateTime

The date that the permission set was created.

Returns:

  • (Time)

    The date that the permission set was created.

#failure_reasonString

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

Returns:

  • (String)

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

#permission_set_arnString

The ARN of the permission set that is being provisioned. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

Returns:

  • (String)

    The ARN of the permission set that is being provisioned.

#request_idString

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

Returns:

  • (String)

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

#statusString

The status of the permission set provisioning process.

Possible values:

  • IN_PROGRESS
  • FAILED
  • SUCCEEDED

Returns:

  • (String)

    The status of the permission set provisioning process.