Class: Aws::SecurityIR::Types::ValidationException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

The fields which lead to the exception.



1756
1757
1758
1759
1760
1761
1762
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1756

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

#messageString

The exception message.

Returns:

  • (String)


1756
1757
1758
1759
1760
1761
1762
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1756

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

#reasonString

The reason for the exception.

Returns:

  • (String)


1756
1757
1758
1759
1760
1761
1762
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1756

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