Class: Aws::PartnerCentralSelling::Types::InternalServerException

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

Overview

This error occurs when the specified resource can’t be found or doesn’t exist. Resource ID and type might be incorrect.

Suggested action: This is usually a transient error. Retry after the provided retry delay or a short interval. If the problem persists, contact AWS support.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2476
2477
2478
2479
2480
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2476

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