Class: Aws::Notifications::Types::ValidationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-notifications/types.rb

Overview

This exception is thrown when the notification event fails validation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

The list of input fields that are invalid.



3500
3501
3502
3503
3504
3505
3506
# File 'lib/aws-sdk-notifications/types.rb', line 3500

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

#messageString

Returns:

  • (String)


3500
3501
3502
3503
3504
3505
3506
# File 'lib/aws-sdk-notifications/types.rb', line 3500

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

#reasonString

The reason why your input is considered invalid.

Returns:

  • (String)


3500
3501
3502
3503
3504
3505
3506
# File 'lib/aws-sdk-notifications/types.rb', line 3500

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