S3Vectors / Client / delete_vector_bucket
delete_vector_bucket¶
- S3Vectors.Client.delete_vector_bucket(**kwargs)¶
Note
Amazon S3 Vectors is in preview release for Amazon S3 and is subject to change.
Deletes a vector bucket. All vector indexes in the vector bucket must be deleted before the vector bucket can be deleted. To perform this operation, you must use either the vector bucket name or the vector bucket Amazon Resource Name (ARN).
Permissions
You must have the
s3vectors:DeleteVectorBucket
permission to use this operation.See also: AWS API Documentation
Request Syntax
response = client.delete_vector_bucket( vectorBucketName='string', vectorBucketArn='string' )
- Parameters:
vectorBucketName (string) – The name of the vector bucket to delete.
vectorBucketArn (string) – The ARN of the vector bucket to delete.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
S3Vectors.Client.exceptions.ValidationException
S3Vectors.Client.exceptions.ServiceUnavailableException
S3Vectors.Client.exceptions.TooManyRequestsException
S3Vectors.Client.exceptions.InternalServerException
S3Vectors.Client.exceptions.AccessDeniedException
S3Vectors.Client.exceptions.ConflictException
S3Vectors.Client.exceptions.ServiceQuotaExceededException