Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Class DisassociateMemberAccountCommandProtected

(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.

import { MacieClient, DisassociateMemberAccountCommand } from "@aws-sdk/client-macie"; // ES Modules import
// const { MacieClient, DisassociateMemberAccountCommand } = require("@aws-sdk/client-macie"); // CommonJS import
const client = new MacieClient(config);
const input = { // DisassociateMemberAccountRequest
memberAccountId: "STRING_VALUE", // required
};
const command = new DisassociateMemberAccountCommand(input);
const response = await client.send(command);
// {};

Param

DisassociateMemberAccountCommandInput

Returns

DisassociateMemberAccountCommandOutput

See

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.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

Methods