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

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

Overview

A standard error for input validation failures. This should be thrown by services when a member of the input structure falls outside of the modeled or documented constraints.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

A list of specific failures encountered while validating the input. A member can appear in this list more than once if it failed to satisfy multiple constraints.



4081
4082
4083
4084
4085
4086
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4081

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

#messageString

A summary of the validation failure.

Returns:

  • (String)


4081
4082
4083
4084
4085
4086
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4081

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