PermissionSetProvisioningStatus class

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

Constructors

PermissionSetProvisioningStatus({String? accountId, DateTime? createdDate, String? failureReason, String? permissionSetArn, String? requestId, StatusValues? status})
PermissionSetProvisioningStatus.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
The identifier of the AWS account from which to list the assignments.
final
createdDate DateTime?
The date that the permission set was created.
final
failureReason String?
The message that contains an error or exception in case of an operation failure.
final
hashCode int
The hash code for this object.
no setterinherited
permissionSetArn 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.
final
requestId String?
The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status StatusValues?
The status of the permission set provisioning process.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited