Class: Aws::CloudWatchRUM::Types::BatchCreateRumMetricDefinitionsError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::BatchCreateRumMetricDefinitionsError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
A structure that defines one error caused by a
- BatchCreateRumMetricsDefinitions][1
-
operation.
[1]: docs.aws.amazon.com/cloudwatchrum/latest/APIReference/API_BatchCreateRumMetricsDefinitions.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
The error message for this metric definition.
-
#metric_definition ⇒ Types::MetricDefinitionRequest
The metric definition that caused this error.
Instance Attribute Details
#error_code ⇒ String
The error code.
304 305 306 307 308 309 310 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 304 class BatchCreateRumMetricDefinitionsError < Struct.new( :error_code, :error_message, :metric_definition) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message for this metric definition.
304 305 306 307 308 309 310 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 304 class BatchCreateRumMetricDefinitionsError < Struct.new( :error_code, :error_message, :metric_definition) SENSITIVE = [] include Aws::Structure end |
#metric_definition ⇒ Types::MetricDefinitionRequest
The metric definition that caused this error.
304 305 306 307 308 309 310 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 304 class BatchCreateRumMetricDefinitionsError < Struct.new( :error_code, :error_message, :metric_definition) SENSITIVE = [] include Aws::Structure end |