Class: Aws::KinesisVideo::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-kinesisvideo/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
875 876 877 878 879 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 875 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |