S3Vectors / Client / delete_vector_bucket_policy
delete_vector_bucket_policy¶
- S3Vectors.Client.delete_vector_bucket_policy(**kwargs)¶
Note
Amazon S3 Vectors is in preview release for Amazon S3 and is subject to change.
Deletes a vector bucket policy. To specify the bucket, you must use either the vector bucket name or the vector bucket Amazon Resource Name (ARN).
Permissions
You must have the
s3vectors:DeleteVectorBucketPolicypermission to use this operation.See also: AWS API Documentation
Request Syntax
response = client.delete_vector_bucket_policy( vectorBucketName='string', vectorBucketArn='string' )
- Parameters:
vectorBucketName (string) – The name of the vector bucket to delete the policy from.
vectorBucketArn (string) – The ARN of the vector bucket to delete the policy from.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
S3Vectors.Client.exceptions.ValidationExceptionS3Vectors.Client.exceptions.ServiceUnavailableExceptionS3Vectors.Client.exceptions.TooManyRequestsExceptionS3Vectors.Client.exceptions.InternalServerExceptionS3Vectors.Client.exceptions.AccessDeniedExceptionS3Vectors.Client.exceptions.NotFoundExceptionS3Vectors.Client.exceptions.ServiceQuotaExceededException