Class: Aws::Types::BatchDeleteRumMetricDefinitionsError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::String

Returns the value of attribute error_code.

Returns:



86
87
88
# File 'sig/types.rbs', line 86

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def error_message
  @error_message
end

#metric_definition_id::String

Returns the value of attribute metric_definition_id.

Returns:



85
86
87
# File 'sig/types.rbs', line 85

def metric_definition_id
  @metric_definition_id
end