Get Master Account
macie2_get_master_account | R Documentation |
(Deprecated) Retrieves information about the Amazon Macie administrator account for an account¶
Description¶
(Deprecated) Retrieves information about the Amazon Macie administrator account for an account. This operation has been replaced by the GetAdministratorAccount operation.
Usage¶
Value¶
A list with the following syntax:
list(
master = list(
accountId = "string",
invitationId = "string",
invitedAt = as.POSIXct(
"2015-01-01"
),
relationshipStatus = "Enabled"|"Paused"|"Invited"|"Created"|"Removed"|"Resigned"|"EmailVerificationInProgress"|"EmailVerificationFailed"|"RegionDisabled"|"AccountSuspended"
)
)