Class: Aws::Panorama::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
The request contains an invalid parameter value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_arguments ⇒ Array<Types::ValidationExceptionErrorArgument>
A list of attributes that led to the exception and their values.
-
#error_id ⇒ String
A unique ID for the error.
-
#fields ⇒ Array<Types::ValidationExceptionField>
A list of request parameters that failed validation.
- #message ⇒ String
-
#reason ⇒ String
The reason that validation failed.
Instance Attribute Details
#error_arguments ⇒ Array<Types::ValidationExceptionErrorArgument>
A list of attributes that led to the exception and their values.
2890 2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-panorama/types.rb', line 2890 class ValidationException < Struct.new( :error_arguments, :error_id, :fields, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#error_id ⇒ String
A unique ID for the error.
2890 2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-panorama/types.rb', line 2890 class ValidationException < Struct.new( :error_arguments, :error_id, :fields, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#fields ⇒ Array<Types::ValidationExceptionField>
A list of request parameters that failed validation.
2890 2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-panorama/types.rb', line 2890 class ValidationException < Struct.new( :error_arguments, :error_id, :fields, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2890 2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-panorama/types.rb', line 2890 class ValidationException < Struct.new( :error_arguments, :error_id, :fields, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason that validation failed.
2890 2891 2892 2893 2894 2895 2896 2897 2898 |
# File 'lib/aws-sdk-panorama/types.rb', line 2890 class ValidationException < Struct.new( :error_arguments, :error_id, :fields, :message, :reason) SENSITIVE = [] include Aws::Structure end |