Class: Aws::CloudWatchEvidently::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
The value of a parameter in the request caused an error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The parameter that caused the exception.
- #message ⇒ String
-
#reason ⇒ String
A reason for the error.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The parameter that caused the exception.
3534 3535 3536 3537 3538 3539 3540 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3534 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3534 3535 3536 3537 3538 3539 3540 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3534 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
A reason for the error.
3534 3535 3536 3537 3538 3539 3540 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3534 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |