Class: Aws::KinesisVideoMedia::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesisvideomedia/types.rb

Overview

Status Code: 404, The stream with the given name does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


185
186
187
188
189
# File 'lib/aws-sdk-kinesisvideomedia/types.rb', line 185

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