DisassociateS3Resources - Amazon Macie Classic

Amazon Macie Classic has been discontinued and is no longer available. A new Amazon Macie is now available with significant design improvements and additional features, at a lower price and in most AWS Regions. To learn about the new Amazon Macie, see the Amazon Macie User Guide.

DisassociateS3Resources

(Discontinued) Removes specified S3 resources from being monitored by Amazon Macie Classic. If memberAccountId isn't specified, the action removes specified S3 resources from Macie Classic for the current Macie Classic administrator account. If memberAccountId is specified, the action removes specified S3 resources from Macie Classic for the specified member account.

Request Syntax

{ "associatedS3Resources": [ { "bucketName": "string", "prefix": "string" } ], "memberAccountId": "string" }

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

associatedS3Resources

(Discontinued) The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.

Type: Array of S3Resource objects

Required: Yes

memberAccountId

(Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to remove from being monitored by Macie Classic.

Type: String

Pattern: [0-9]{12}

Required: No

Response Syntax

{ "failedS3Resources": [ { "errorCode": "string", "errorMessage": "string", "failedItem": { "bucketName": "string", "prefix": "string" } } ] }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

failedS3Resources

(Discontinued) S3 resources that couldn't be removed from being monitored and classified by Amazon Macie Classic. An error code and an error message are provided for each failed item.

Type: Array of FailedS3Resource objects

Errors

For information about the errors that are common to all actions, see Common Errors.

AccessDeniedException

(Discontinued) You do not have required permissions to access the requested resource.

HTTP Status Code: 400

InternalException

(Discontinued) Internal server error.

HTTP Status Code: 500

InvalidInputException

(Discontinued) The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: