Class: Aws::MigrationHubStrategyRecommendations::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
The request body isn’t valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2478 2479 2480 2481 2482 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2478 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |