Class: Aws::MarketplaceMetering::Types::InternalServiceErrorException

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

Overview

An internal error has occurred. Retry your request. If the problem persists, post a message with details on the AWS forums.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


130
131
132
133
134
# File 'lib/aws-sdk-marketplacemetering/types.rb', line 130

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