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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4278
4279
4280
4281
4282
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4278

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