Class: Aws::SsmSap::Types::InternalServerException

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

Overview

An internal error has occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


792
793
794
795
796
# File 'lib/aws-sdk-ssmsap/types.rb', line 792

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