Class: Aws::Detective::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
The request parameters are invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code associated with the validation failure.
-
#error_code_reason ⇒ String
An explanation of why validation failed.
- #message ⇒ String
Instance Attribute Details
#error_code ⇒ String
The error code associated with the validation failure.
1914 1915 1916 1917 1918 1919 1920 |
# File '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_reason ⇒ String
An explanation of why validation failed.
1914 1915 1916 1917 1918 1919 1920 |
# File 'lib/aws-sdk-detective/types.rb', line 1914 class ValidationException < Struct.new( :message, :error_code, :error_code_reason) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1914 1915 1916 1917 1918 1919 1920 |
# File 'lib/aws-sdk-detective/types.rb', line 1914 class ValidationException < Struct.new( :message, :error_code, :error_code_reason) SENSITIVE = [] include Aws::Structure end |