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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kms/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)


3727
3728
3729
3730
3731
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 3727

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