Class: Aws::S3Vectors::Types::KmsNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Vectors::Types::KmsNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3vectors/types.rb
Overview
The KMS key can’t be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
646 647 648 649 650 |
# File 'lib/aws-sdk-s3vectors/types.rb', line 646 class KmsNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |