Class: Aws::ComputeOptimizer::Types::InternalServerException

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

Overview

An internal error has occurred. Try your call again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3983
3984
3985
3986
3987
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3983

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