Class: Aws::Kinesis::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- 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
-
#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
1807 1808 1809 |
# File 'lib/aws-sdk-kinesis/types.rb', line 1807 def event_type @event_type end |
#message ⇒ String
A message that provides information about the error.
1807 1808 1809 1810 1811 1812 |
# File 'lib/aws-sdk-kinesis/types.rb', line 1807 class ResourceNotFoundException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |