Class: Aws::KMS::Types::InvalidGrantTokenException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kms/types.rb

Overview

The request was rejected because the specified grant token is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3781
3782
3783
3784
3785
# File 'lib/aws-sdk-kms/types.rb', line 3781

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