Class: Aws::CloudWatchRUM::Types::BatchDeleteRumMetricDefinitionsError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::BatchDeleteRumMetricDefinitionsError
- 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_BatchDeleteRumMetricsDefinitions.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_id ⇒ String
The ID of the metric definition that caused this error.
Instance Attribute Details
#error_code ⇒ String
The error code.
393 394 395 396 397 398 399 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 393 class BatchDeleteRumMetricDefinitionsError < Struct.new( :error_code, :error_message, :metric_definition_id) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message for this metric definition.
393 394 395 396 397 398 399 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 393 class BatchDeleteRumMetricDefinitionsError < Struct.new( :error_code, :error_message, :metric_definition_id) SENSITIVE = [] include Aws::Structure end |
#metric_definition_id ⇒ String
The ID of the metric definition that caused this error.
393 394 395 396 397 398 399 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 393 class BatchDeleteRumMetricDefinitionsError < Struct.new( :error_code, :error_message, :metric_definition_id) SENSITIVE = [] include Aws::Structure end |