Class: Aws::Kinesis::Types::ResourceNotFoundException

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

Overview

The requested resource could not be found. The stream might not be specified correctly.

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



1802
1803
1804
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1802

def event_type
  @event_type
end

#messageString

A message that provides information about the error.

Returns:

  • (String)


1802
1803
1804
1805
1806
1807
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1802

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