Class: Aws::MarketplaceAgreement::Types::InternalServerException

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

Overview

Unexpected error during processing of request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


714
715
716
717
718
719
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 714

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

#request_idString

The unique identifier for the error.

Returns:

  • (String)


714
715
716
717
718
719
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 714

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