Class: Aws::CodeConnections::Types::InvalidInputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::InvalidInputException
- Defined in:
- gems/aws-sdk-codeconnections/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 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 742 class InvalidInputException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |