Class: Aws::CodeStarNotifications::Types::ConfigurationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarnotifications/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

#messageString

Returns:

  • (String)


49
50
51
52
53
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 49

class ConfigurationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end