Class: Aws::MigrationHubConfig::Types::InvalidInputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubConfig::Types::InvalidInputException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubconfig/types.rb
Overview
Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
229 230 231 232 233 |
# File 'lib/aws-sdk-migrationhubconfig/types.rb', line 229 class InvalidInputException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |