Class: Aws::PrometheusService::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Information about a field passed into a request that resulted in an exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing why the field caused an exception.
-
#name ⇒ String
The name of the field that caused an exception.
Instance Attribute Details
#message ⇒ String
A message describing why the field caused an exception.
1799 1800 1801 1802 1803 1804 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1799 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field that caused an exception.
1799 1800 1801 1802 1803 1804 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1799 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |