Class: Aws::KinesisVideoArchivedMedia::Types::InvalidCodecPrivateDataException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoArchivedMedia::Types::InvalidCodecPrivateDataException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideoarchivedmedia/types.rb
Overview
The codec private data in at least one of the tracks of the video stream is not valid for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1084 1085 1086 1087 1088 |
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 1084 class InvalidCodecPrivateDataException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |