Class: Aws::PartnerCentralChannel::Types::InternalServerException

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

Overview

An internal server error occurred while processing the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the internal server error.

Returns:

  • (String)


646
647
648
649
650
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 646

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