Class: Aws::Kinesis::Types::KMSInvalidStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::KMSInvalidStateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
The request was rejected because the state of the specified resource isn’t valid for this request. For more information, see [How Key State Affects Use of a Customer Master Key] in the *Amazon Web Services Key Management Service Developer Guide*.
[1]: docs.aws.amazon.com/kms/latest/developerguide/key-state.html
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
949 950 951 |
# File 'lib/aws-sdk-kinesis/types.rb', line 949 def event_type @event_type end |
#message ⇒ String
A message that provides information about the error.
949 950 951 952 953 954 |
# File 'lib/aws-sdk-kinesis/types.rb', line 949 class KMSInvalidStateException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |