Class: Aws::KMS::Types::InvalidImportTokenException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


4179
4180
4181
4182
4183
# File 'lib/aws-sdk-kms/types.rb', line 4179

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