Class: Aws::Kinesis::Types::KMSAccessDeniedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesis/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

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



906
907
908
# File 'lib/aws-sdk-kinesis/types.rb', line 906

def event_type
  @event_type
end

#messageString

A message that provides information about the error.

Returns:

  • (String)


906
907
908
909
910
911
# File 'lib/aws-sdk-kinesis/types.rb', line 906

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