Class: Aws::PartnerCentralSelling::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::InternalServerException
- Defined in:
- gems/aws-sdk-partnercentralselling/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
#message ⇒ String
2467 2468 2469 2470 2471 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2467 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |