Class: Aws::MarketplaceCatalog::Types::ResourceNotFoundException

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

Overview

The specified resource wasn’t found.

HTTP status code: 404

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


752
753
754
755
756
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 752

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