Class: Aws::S3Vectors::Types::KmsInvalidStateException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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