Class: Aws::KMS::Types::ExpiredImportTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::ExpiredImportTokenException
- 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
#message ⇒ String
2422 2423 2424 2425 2426 |
# File 'lib/aws-sdk-kms/types.rb', line 2422 class ExpiredImportTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |