Class: Aws::ResourceExplorer2::Types::InternalServerException

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

Overview

The request failed because of internal service error. Try your request again later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


597
598
599
600
601
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 597

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