Class: Aws::MarketplaceEntitlementService::Types::InternalServiceErrorException

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


168
169
170
171
172
# File 'gems/aws-sdk-marketplaceentitlementservice/lib/aws-sdk-marketplaceentitlementservice/types.rb', line 168

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