Class: Aws::CodeStarconnections::Types::InvalidInputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::InvalidInputException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/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
736 737 738 739 740 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 736 class InvalidInputException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |