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
4208 4209 4210 4211 4212 |
# File 'lib/aws-sdk-kms/types.rb', line 4208 class InvalidImportTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |