Class: Aws::SSMContacts::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb

Overview

The input fails to satisfy the constraints specified by an Amazon Web Services service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsArray<Types::ValidationExceptionField>

The fields that caused the error



2512
2513
2514
2515
2516
2517
2518
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2512

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

#messageString

Returns:

  • (String)


2512
2513
2514
2515
2516
2517
2518
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2512

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

#reasonString

Reason the request failed validation

Returns:

  • (String)


2512
2513
2514
2515
2516
2517
2518
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2512

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