Class: Aws::Kinesis::Types::KMSDisabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::KMSDisabledException
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
The request was rejected because the specified customer master key (CMK) isn't enabled.
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
1032 1033 1034 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1032 def event_type @event_type end |
#message ⇒ String
A message that provides information about the error.
1032 1033 1034 1035 1036 1037 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1032 class KMSDisabledException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |