Class: Aws::CloudWatchRUM::Types::BatchDeleteRumMetricDefinitionsError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb

Overview

A structure that defines one error caused by a BatchCreateRumMetricsDefinitions operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


393
394
395
396
397
398
399
# File 'gems/aws-sdk-cloudwatchrum/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_messageString

The error message for this metric definition.

Returns:

  • (String)


393
394
395
396
397
398
399
# File 'gems/aws-sdk-cloudwatchrum/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_idString

The ID of the metric definition that caused this error.

Returns:

  • (String)


393
394
395
396
397
398
399
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 393

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