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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplacecatalog/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)


1263
1264
1265
1266
1267
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1263

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