Class: Aws::ElasticInference::Types::InternalServerException

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

Overview

Raised when an unexpected error occurred during request processing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


267
268
269
270
271
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 267

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