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
3995 3996 3997 3998 3999 |
# File 'lib/aws-sdk-kms/types.rb', line 3995 class InvalidImportTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |