Class: Aws::Support::Types::InternalServerError

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

Overview

An internal server error occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

An internal server error occurred.

Returns:

  • (String)


1212
1213
1214
1215
1216
# File 'lib/aws-sdk-support/types.rb', line 1212

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