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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10073
10074
10075
10076
10077
# File 'lib/aws-sdk-ssm/types.rb', line 10073

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