Generated after a successful Create AssociateRole request.

interface AssociateRoleCreatedMessagePayload {
    associateRole: AssociateRole;
    type: "AssociateRoleCreated";
}

Hierarchy (View Summary)

Properties

Properties

associateRole: AssociateRole

The AssociateRole that was created.

type: "AssociateRoleCreated"