Class: Aws::MarketplaceCatalog::Types::InternalServiceException

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

Overview

There was an internal service exception.

HTTP status code: 500

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


550
551
552
553
554
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 550

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