Class: Aws::MigrationHubStrategyRecommendations::Types::ServerError

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

Overview

The error in server analysis.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#server_error_categoryString

The error category of server analysis.

Returns:

  • (String)


1970
1971
1972
1973
1974
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1970

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