Class: Aws::MigrationHubStrategyRecommendations::Types::ServerError
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::ServerError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
The error in server analysis.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server_error_category ⇒ String
The error category of server analysis.
Instance Attribute Details
#server_error_category ⇒ String
The error category of server analysis.
1970 1971 1972 1973 1974 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1970 class ServerError < Struct.new( :server_error_category) SENSITIVE = [] include Aws::Structure end |