Class: Aws::S3Vectors::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Vectors::Types::ConflictException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3vectors/types.rb
Overview
The request failed because a vector bucket name or a vector index name already exists. Vector bucket names must be unique within your Amazon Web Services account for each Amazon Web Services Region. Vector index names must be unique within your vector bucket. Choose a different vector bucket name or vector index name, and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
37 38 39 40 41 |
# File 'lib/aws-sdk-s3vectors/types.rb', line 37 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |