Class: Aws::Kinesis::Types::KMSAccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::KMSAccessDeniedException
- 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
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ String
A message that provides information about the error.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
911 912 913 |
# File 'lib/aws-sdk-kinesis/types.rb', line 911 def event_type @event_type end |
#message ⇒ String
A message that provides information about the error.
911 912 913 914 915 916 |
# File 'lib/aws-sdk-kinesis/types.rb', line 911 class KMSAccessDeniedException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |