Class: Aws::CloudWatchEvidently::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
A structure containing an error name and message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message.
-
#name ⇒ String
The error name.
Instance Attribute Details
#message ⇒ String
The error message.
3554 3555 3556 3557 3558 3559 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3554 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The error name.
3554 3555 3556 3557 3558 3559 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3554 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |