Class: Aws::SSM::Types::InternalServerError

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

Overview

An error occurred on the server side.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8737
8738
8739
8740
# File 'lib/aws-sdk-ssm/types.rb', line 8737

class InternalServerError < Struct.new(
  :message)
  include Aws::Structure
end