Class: Aws::KinesisVideo::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::ResourceNotFoundException
- 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
#message ⇒ 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 |