Class: Aws::Types::BatchCreateRumMetricDefinitionsError

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:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def error_message
  @error_message
end

#metric_definitionTypes::MetricDefinitionRequest

Returns the value of attribute metric_definition.



64
65
66
# File 'sig/types.rbs', line 64

def metric_definition
  @metric_definition
end