Class: Aws::KinesisVideo::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesisvideo/types.rb

Overview

Amazon Kinesis Video Streams can’t find the stream that you specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1525
1526
1527
1528
1529
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1525

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