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)


3692
3693
3694
3695
3696
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 3692

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