Class: Aws::CodeStarNotifications::Types::ConfigurationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::ConfigurationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarnotifications/types.rb
Overview
Some or all of the configuration is incomplete, missing, or not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
49 50 51 52 53 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 49 class ConfigurationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |