Class: Aws::KMS::Types::InvalidGrantIdException

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

Overview

The request was rejected because the specified GrantId is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3767
3768
3769
3770
3771
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 3767

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