Class: Aws::Types::BatchCreateRumMetricDefinitionsError
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateRumMetricDefinitionsError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#metric_definition ⇒ Types::MetricDefinitionRequest
Returns the value of attribute metric_definition.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
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.
66 67 68 |
# File 'sig/types.rbs', line 66 def @error_message end |
#metric_definition ⇒ Types::MetricDefinitionRequest
Returns the value of attribute metric_definition.
64 65 66 |
# File 'sig/types.rbs', line 64 def metric_definition @metric_definition end |