Class: Aws::CodeConnections::Types::InvalidInputException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeConnections::Types::InvalidInputException
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
The input is not valid. Verify that the action is typed correctly.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 742 743 744 745 746 | # File 'lib/aws-sdk-codeconnections/types.rb', line 742 class InvalidInputException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |