Macie2.Client.update_resource_profile(**kwargs)¶Updates the sensitivity score for an S3 bucket.
See also: AWS API Documentation
Request Syntax
response = client.update_resource_profile(
resourceArn='string',
sensitivityScoreOverride=123
)
[REQUIRED]
The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.
dict
Response Syntax
{}
Response Structure
(dict) --
The request succeeded. The S3 bucket's sensitivity score was updated and there isn't any content to include in the body of the response (No Content).
Exceptions
Macie2.Client.exceptions.ValidationExceptionMacie2.Client.exceptions.InternalServerExceptionMacie2.Client.exceptions.ServiceQuotaExceededExceptionMacie2.Client.exceptions.AccessDeniedExceptionMacie2.Client.exceptions.ResourceNotFoundExceptionMacie2.Client.exceptions.ThrottlingException