Class: Aws::Detective::Types::ValidationException

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

Overview

The request parameters are invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code associated with the validation failure.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1914

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

#error_code_reasonString

An explanation of why validation failed.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1914

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

#messageString

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1914

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