Class: Aws::KinesisVideo::Types::VersionMismatchException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisvideo/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2171
2172
2173
2174
2175
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 2171

class VersionMismatchException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end