Class: Aws::CloudWatchRUM::Types::BatchCreateRumMetricDefinitionsError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


330
331
332
333
334
335
336
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 330

class BatchCreateRumMetricDefinitionsError < Struct.new(
  :metric_definition,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message for this metric definition.

Returns:

  • (String)


330
331
332
333
334
335
336
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 330

class BatchCreateRumMetricDefinitionsError < Struct.new(
  :metric_definition,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#metric_definitionTypes::MetricDefinitionRequest

The metric definition that caused this error.



330
331
332
333
334
335
336
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 330

class BatchCreateRumMetricDefinitionsError < Struct.new(
  :metric_definition,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end