Class: Aws::CodeStarNotifications::Types::ValidationException

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

#messageString

Returns:

  • (String)


867
868
869
870
871
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 867

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