Class: Aws::Kinesis::Types::KMSNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb

Overview

The request was rejected because the specified entity or resource can't be found.

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



960
961
962
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 960

def event_type
  @event_type
end

#messageString

A message that provides information about the error.

Returns:

  • (String)


960
961
962
963
964
965
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 960

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