Class: Aws::SupportApp::Types::InternalServerException

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

Overview

We can’t process your request right now because of a server issue. Try again later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


221
222
223
224
225
# File 'gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb', line 221

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