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)


1711
1712
1713
1714
1715
# File 'lib/aws-sdk-ivs/types.rb', line 1711

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