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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2196
2197
2198
2199
2200
# File 'lib/aws-sdk-kms/types.rb', line 2196

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