Class: Aws::MarketplaceCatalog::Types::ResourceNotSupportedException

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

Overview

Currently, the specified resource is not supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2331
2332
2333
2334
2335
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 2331

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