Class: Aws::MarketplaceCommerceAnalytics::Types::MarketplaceCommerceAnalyticsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplacecommerceanalytics/lib/aws-sdk-marketplacecommerceanalytics/types.rb

Overview

This exception is thrown when an internal service error occurs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

This message describes details of the error.

Returns:

  • (String)


188
189
190
191
192
# File 'gems/aws-sdk-marketplacecommerceanalytics/lib/aws-sdk-marketplacecommerceanalytics/types.rb', line 188

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