Class: Aws::KMS::Types::InvalidImportTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::InvalidImportTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kms/types.rb
Overview
The request was rejected because the provided import token is invalid or is associated with a different KMS key.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4001 4002 4003 4004 4005 |
# File 'lib/aws-sdk-kms/types.rb', line 4001 class InvalidImportTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |