Class: Aws::IVSRealTime::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exception_messageString

Request references a resource which does not exist.

Returns:

  • (String)


1579
1580
1581
1582
1583
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1579

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