Class: Aws::KinesisVideo::Types::StreamEdgeConfigurationNotFoundException

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

#messageString

Returns:

  • (String)


1699
1700
1701
1702
1703
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1699

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