Class: Aws::IVS::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivs/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)


1252
1253
1254
1255
1256
# File 'lib/aws-sdk-ivs/types.rb', line 1252

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