Class: Aws::KinesisVideoWebRTCStorage::Types::ResourceNotFoundException

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

Overview

The specified resource is not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


89
90
91
92
93
# File 'lib/aws-sdk-kinesisvideowebrtcstorage/types.rb', line 89

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