Class: Aws::S3Vectors::Types::KmsInvalidStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Vectors::Types::KmsInvalidStateException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3vectors/types.rb
Overview
The key state of the KMS key isn’t compatible with the operation.
For more information, see [KMSInvalidStateException] in the *Amazon Web Services Key Management Service API Reference*.
[1]: docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html#API_Encrypt_Errors
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
633 634 635 636 637 |
# File 'lib/aws-sdk-s3vectors/types.rb', line 633 class KmsInvalidStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |