Class: Aws::LaunchWizard::Types::InternalServerException

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

Overview

An internal error has occurred. Retry your request, but if the problem persists, contact us with details by posting a question on re:Post.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


325
326
327
328
329
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 325

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