Class: Aws::Kinesis::Types::KMSInvalidStateException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



944
945
946
# File 'lib/aws-sdk-kinesis/types.rb', line 944

def event_type
  @event_type
end

#messageString

A message that provides information about the error.

Returns:

  • (String)


944
945
946
947
948
949
# File 'lib/aws-sdk-kinesis/types.rb', line 944

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