Class: Aws::SecurityAgent::Types::ValidationException

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

Overview

The input fails to satisfy the constraints specified by the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_list ⇒ Array<Types::ValidationExceptionField>

A list of specific failures encountered during validation.



9511
9512
9513
9514
9515
9516
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 9511

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

#message ⇒ String

A summary of the validation failure.

Returns:

  • (String)


9511
9512
9513
9514
9515
9516
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 9511

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