PermissionSetProvisioningStatus

public struct PermissionSetProvisioningStatus : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the AWS account from which to list the assignments.

    Declaration

    Swift

    public let accountId: String?
  • The date that the permission set was created.

    Declaration

    Swift

    public let createdDate: TimeStamp?
  • The message that contains an error or exception in case of an operation failure.

    Declaration

    Swift

    public let failureReason: String?
  • 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.

    Declaration

    Swift

    public let permissionSetArn: String?
  • The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.

    Declaration

    Swift

    public let requestId: String?
  • The status of the permission set provisioning process.

    Declaration

    Swift

    public let status: StatusValues?
  • Undocumented

    Declaration

    Swift

    public init(accountId: String? = nil, createdDate: TimeStamp? = nil, failureReason: String? = nil, permissionSetArn: String? = nil, requestId: String? = nil, status: StatusValues? = nil)