Class: Aws::CodeStarNotifications::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarnotifications/types.rb
Overview
One or more parameter values are not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
867 868 869 870 871 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 867 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |