Class: Aws::MigrationHub::Types::InvalidInputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::InvalidInputException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/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
414 415 416 417 418 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 414 class InvalidInputException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |