Class: Aws::ResourceExplorer2::Types::ResourceNotFoundException

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

Overview

You specified a resource that doesn’t exist. Check the ID or ARN that you used to identity the resource, and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1298
1299
1300
1301
1302
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1298

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