Class: Aws::KMS::Types::InvalidGrantIdException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::InvalidGrantIdException
- 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
#message ⇒ String
3967 3968 3969 3970 3971 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 3967 class InvalidGrantIdException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |