Class: Aws::KMS::Types::ExpiredImportTokenException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb

Overview

The request was rejected because the specified import token is expired. Use GetParametersForImport to get a new import token and public key, use the new public key to encrypt the key material, and then try the request again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2232
2233
2234
2235
2236
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 2232

class ExpiredImportTokenException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end