Class: Aws::KinesisVideo::Types::VersionMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::VersionMismatchException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
The stream version that you specified is not the latest version. To get the latest version, use the [DescribeStream] API.
[1]: docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_DescribeStream.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2171 2172 2173 2174 2175 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 2171 class VersionMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |