AccountAssignmentOperationStatus
public struct AccountAssignmentOperationStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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. 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 of the principal.
Declaration
Swift
public let principalId: String? -
The entity type for which the assignment will be created.
Declaration
Swift
public let principalType: PrincipalType? -
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? -
The identifier for the chosen target.
Declaration
Swift
public let targetId: String? -
The entity type for which the assignment will be created.
Declaration
Swift
public let targetType: TargetType? -
init(createdDate:failureReason:permissionSetArn:principalId:principalType:requestId:status:targetId:targetType:)Undocumented
Declaration
Swift
public init(createdDate: TimeStamp? = nil, failureReason: String? = nil, permissionSetArn: String? = nil, principalId: String? = nil, principalType: PrincipalType? = nil, requestId: String? = nil, status: StatusValues? = nil, targetId: String? = nil, targetType: TargetType? = nil)
View on GitHub
AccountAssignmentOperationStatus Structure Reference