We are excited to announce our new API Documentation.
Protected
(Discontinued) Removes the specified member account from Amazon Macie Classic.
Use a bare-bones client and the command you need to make an API call.
import { MacieClient, DisassociateMemberAccountCommand } from "@aws-sdk/client-macie"; // ES Modules import// const { MacieClient, DisassociateMemberAccountCommand } = require("@aws-sdk/client-macie"); // CommonJS importconst client = new MacieClient(config);const input = { // DisassociateMemberAccountRequest memberAccountId: "STRING_VALUE", // required};const command = new DisassociateMemberAccountCommand(input);const response = await client.send(command);// {};
DisassociateMemberAccountCommandInput
DisassociateMemberAccountCommandOutput
input
response
config
InternalException (server fault)
(Discontinued) Internal server error.
InvalidInputException (client fault)
(Discontinued) The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
MacieServiceException
Base exception class for all service exceptions from Macie service.
Readonly
Static
(Discontinued) Removes the specified member account from Amazon Macie Classic.
Example
Use a bare-bones client and the command you need to make an API call.
Param
DisassociateMemberAccountCommandInput
Returns
DisassociateMemberAccountCommandOutput
See
input
shape.response
shape.config
shape.Throws
InternalException (server fault)
(Discontinued) Internal server error.
Throws
InvalidInputException (client fault)
(Discontinued) The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
Throws
MacieServiceException
Base exception class for all service exceptions from Macie service.