Class: Aws::KinesisVideo::Types::StreamEdgeConfigurationNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::StreamEdgeConfigurationNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
The Exception rendered when the Amazon Kinesis Video Stream can’t find a stream’s edge configuration that you specified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1699 1700 1701 1702 1703 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1699 class StreamEdgeConfigurationNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |