Class: Aws::SNS::Types::KMSAccessDeniedException

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

Overview

The ciphertext references a key that doesn’t exist or that you don’t have access to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1003
1004
1005
1006
1007
# File 'lib/aws-sdk-sns/types.rb', line 1003

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